Html Css Color HEX #096010 Green

📋 copy color: '#096010'

red 9 ◦ green 96 ◦ blue 16

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

Shades of Green #096010

Tints of Green #096010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 79.34%

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 7.44%
G = 79.34%
B = 13.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#096010 (or 0x096010) is known color: Green. HEX triplet: 09, 60 and 10. RGB value is (9,96,16). Sum of RGB (Red+Green+Blue) = 9+96+16=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 96 (37.89% from 255 or 79.34% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 96 - color contains mainly: green. Hex color #096010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096010 is #F69FEF. Grayscale: #3D3D3D. Windows color (decimal): -16162800 or 1073161. OLE color: 1073161.

HSL color Cylindrical-coordinate representation of color #096010: hue angle of 124.83º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096010 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 96 16 -
CMYK 0.91 0 0.83 0.62
HSL 124.83º 0.83% 0.21% -
HSV(B) 124.83º 0.91% 0.38% -
XYZ 4.39 8.46 1.89 -
YUV 60.87 102.68 91 -
System Red Green Blue C M Y K H S L
Decimal 9 96 16 0.91 0 0.83 0.62 124.83 0.83 0.21
Hex 9 60 10 5B 0 53 3E 7D 53 15
Octal 11 140 20 133 0 123 76 175 123 25
Binary 1001 1100000 10000 1011011 0 1010011 111110 1111101 1010011 10101

Color Harmonies of #096010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096010

Black with #096010

Text Example


Text Example

White with #096010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096010; }

 p { color: rgb(9,96,16); }

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

background-color css

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

 a { background-color: rgb(9,96,16); }

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

border-color css

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

 span { border-color: rgb(9,96,16); }

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