Html Css Color HEX #096F39 Jewel

📋 copy color: '#096F39'

red 9 ◦ green 111 ◦ blue 57

#096F39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #096F39

Tints of Jewel #096F39

RGB

 RED value IS 9 (3.91% from 255) = 5.08%

 GREEN value IS 111 (43.75% from 255) = 62.71%

 BLUE value IS 57 (22.66% from 255) = 32.2%

R = 5.08%
G = 62.71%
B = 32.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#096F39 (or 0x096F39) is known color: Jewel. HEX triplet: 09, 6F and 39. RGB value is (9,111,57). Sum of RGB (Red+Green+Blue) = 9+111+57=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 111 (43.75% from 255 or 62.71% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 111 - color contains mainly: green. Hex color #096F39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096F39 is #F690C6. Grayscale: #4A4A4A. Windows color (decimal): -16158919 or 3763977. OLE color: 3763977.

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

Color convert

RGB 9 111 57 -
CMYK 0.92 0 0.49 0.56
HSL 148.24º 0.85% 0.24% -
HSV(B) 148.24º 0.92% 0.44% -
XYZ 6.54 11.72 5.79 -
YUV 74.35 118.21 81.39 -
System Red Green Blue C M Y K H S L
Decimal 9 111 57 0.92 0 0.49 0.56 148.24 0.85 0.24
Hex 9 6F 39 5C 0 31 38 94 55 18
Octal 11 157 71 134 0 61 70 224 125 30
Binary 1001 1101111 111001 1011100 0 110001 111000 10010100 1010101 11000

Color Harmonies of #096F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F39

Black with #096F39

Text Example


Text Example

White with #096F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #096F39;
 }
 .AnyTagClassName
 {
   color: #096F39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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