Html Css Color HEX #096602 Green

📋 copy color: '#096602'

red 9 ◦ green 102 ◦ blue 2

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

Shades of Green #096602

Tints of Green #096602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 90.27%

 BLUE value IS 2 (1.17% from 255) = 1.77%

R = 7.96%
G = 90.27%
B = 1.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#096602 (or 0x096602) is known color: Green. HEX triplet: 09, 66 and 02. RGB value is (9,102,2). Sum of RGB (Red+Green+Blue) = 9+102+2=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 102 (40.23% from 255 or 90.27% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 102 - color contains mainly: green. Hex color #096602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096602 is #F699FD. Grayscale: #3F3F3F. Windows color (decimal): -16161278 or 157193. OLE color: 157193.

HSL color Cylindrical-coordinate representation of color #096602: hue angle of 115.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #096602 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 102 2 -
CMYK 0.91 0 0.98 0.6
HSL 115.8º 0.96% 0.2% -
HSV(B) 115.8º 0.98% 0.4% -
XYZ 4.87 9.57 1.65 -
YUV 62.79 93.69 89.63 -
System Red Green Blue C M Y K H S L
Decimal 9 102 2 0.91 0 0.98 0.6 115.8 0.96 0.2
Hex 9 66 2 5B 0 62 3C 74 60 14
Octal 11 146 2 133 0 142 74 164 140 24
Binary 1001 1100110 10 1011011 0 1100010 111100 1110100 1100000 10100

Color Harmonies of #096602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096602

Black with #096602

Text Example


Text Example

White with #096602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096602; }

 p { color: rgb(9,102,2); }

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

background-color css

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

 a { background-color: rgb(9,102,2); }

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

border-color css

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

 span { border-color: rgb(9,102,2); }

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