#097144

Color #097144 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #097144

Tints of Jewel #097144

Color information

#097144 (or 0x097144) is unknown color: approx Jewel. HEX triplet: 09, 71 and 44. RGB value is (9,113,68). Sum of RGB (Red+Green+Blue) = 9+113+68=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 113 (44.53% from 255 or 59.47% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 113 - color contains mainly: green. Hex color #097144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097144 is #F68EBB. Grayscale: #4C4C4C. Windows color (decimal): -16158396 or 4485385. OLE color: 4485385.

HSL color Cylindrical-coordinate representation of color #097144: hue angle of 154.04º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097144 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB911368-
CMYK0.9200.400.56
HSL154.04º85.25%23.92%-
HSV(B)154.04º92.04%44.31%-
XYZ7.0612.297.47-
YUV76.77123.0479.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 4.74%
GREEN value IS 113 (44.53% from 255) = 59.47%
BLUE value IS 68 (26.95% from 255) = 35.79%
R=4.74%
G=59.47%
B=35.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9113680.9200.400.56154.0485.2523.92
Hex971445C028389a5518
Octal111611041340507023212530
Binary1001111000110001001011100010100011100010011010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097144; }

 p { color: rgb(9,113,68); }

 H1.HeaderClassName
 {
   color: #097144;
 }
 .AnyTagClassName
 {
   color: #097144;
 }
</style>
background-color css

<style>
 a { background-color: #097144; }

 a { background-color: rgb(9,113,68); }

 div.DivClassName
 {
   background-color: #097144;
 }
 .BgClassName
 {
   background-color: #097144;
 }
</style>
border-color css

<style>
 span { border-color: #097144; }

 span { border-color: rgb(9,113,68); }

 td.TdClassName
 {
   border-color: #097144;
 }
 .TagClassName
 {
   border-color: #097144;
 }
</style>