Html Css Color HEX #096502 Green

📋 copy color: '#096502'

red 9 ◦ green 101 ◦ blue 2

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

Shades of Green #096502

Tints of Green #096502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 90.18%

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

R = 8.04%
G = 90.18%
B = 1.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#096502 (or 0x096502) is known color: Green. HEX triplet: 09, 65 and 02. RGB value is (9,101,2). Sum of RGB (Red+Green+Blue) = 9+101+2=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 101 (39.84% from 255 or 90.18% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 101 - color contains mainly: green. Hex color #096502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096502 is #F69AFD. Grayscale: #3E3E3E. Windows color (decimal): -16161534 or 156937. OLE color: 156937.

HSL color Cylindrical-coordinate representation of color #096502: hue angle of 115.76º 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 #096502 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 101 2 -
CMYK 0.91 0 0.98 0.60
HSL 115.76º 0.96% 0.2% -
HSV(B) 115.76º 0.98% 0.4% -
XYZ 4.78 9.37 1.61 -
YUV 62.21 94.02 90.05 -
System Red Green Blue C M Y K H S L
Decimal 9 101 2 0.91 0 0.98 0.60 115.76 0.96 0.2
Hex 9 65 2 5B 0 62 3C 74 60 14
Octal 11 145 2 133 0 142 74 164 140 24
Binary 1001 1100101 10 1011011 0 1100010 111100 1110100 1100000 10100

Color Harmonies of #096502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096502

Black with #096502

Text Example


Text Example

White with #096502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096502; }

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

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

background-color css

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

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

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

border-color css

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

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

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