#096F42

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

Shades of Jewel #096F42

Tints of Jewel #096F42

Color information

#096F42 (or 0x096F42) is unknown color: approx Jewel. HEX triplet: 09, 6F and 42. RGB value is (9,111,66). Sum of RGB (Red+Green+Blue) = 9+111+66=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 111 (43.75% from 255 or 59.68% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 111 - color contains mainly: green. Hex color #096F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096F42 is #F690BD. Grayscale: #4B4B4B. Windows color (decimal): -16158910 or 4353801. OLE color: 4353801.

HSL color Cylindrical-coordinate representation of color #096F42: hue angle of 153.53º 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 #096F42 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB911166-
CMYK0.9200.410.56
HSL153.53º85%23.53%-
HSV(B)153.53º91.89%43.53%-
XYZ6.7811.827.08-
YUV75.37122.7180.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 111 (43.75% from 255) = 59.68%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=4.84%
G=59.68%
B=35.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9111660.9200.410.56153.538523.53
Hex96F425C029389a5518
Octal111571021340517023212530
Binary1001110111110000101011100010100111100010011010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096F42; }

 p { color: rgb(9,111,66); }

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

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

 a { background-color: rgb(9,111,66); }

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

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

 span { border-color: rgb(9,111,66); }

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