Html Css Color HEX #096F32 Fun Green

📋 copy color: '#096F32'

red 9 ◦ green 111 ◦ blue 50

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

Shades of Fun Green #096F32

Tints of Fun Green #096F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.41%

R = 5.29%
G = 65.29%
B = 29.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#096F32 (or 0x096F32) is known color: Fun Green. HEX triplet: 09, 6F and 32. RGB value is (9,111,50). Sum of RGB (Red+Green+Blue) = 9+111+50=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 111 (43.75% from 255 or 65.29% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 111 - color contains mainly: green. Hex color #096F32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096F32 is #F690CD. Grayscale: #494949. Windows color (decimal): -16158926 or 3305225. OLE color: 3305225.

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

Color convert

RGB 9 111 50 -
CMYK 0.92 0 0.55 0.56
HSL 144.12º 0.85% 0.24% -
HSV(B) 144.12º 0.92% 0.44% -
XYZ 6.37 11.66 4.93 -
YUV 73.55 114.71 81.96 -
System Red Green Blue C M Y K H S L
Decimal 9 111 50 0.92 0 0.55 0.56 144.12 0.85 0.24
Hex 9 6F 32 5C 0 37 38 90 55 18
Octal 11 157 62 134 0 67 70 220 125 30
Binary 1001 1101111 110010 1011100 0 110111 111000 10010000 1010101 11000

Color Harmonies of #096F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F32

Black with #096F32

Text Example


Text Example

White with #096F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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