Html Css Color HEX #096210 Green

📋 copy color: '#096210'

red 9 ◦ green 98 ◦ blue 16

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

Shades of Green #096210

Tints of Green #096210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 79.67%

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

R = 7.32%
G = 79.67%
B = 13.01%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#096210 (or 0x096210) is known color: Green. HEX triplet: 09, 62 and 10. RGB value is (9,98,16). Sum of RGB (Red+Green+Blue) = 9+98+16=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 98 (38.67% from 255 or 79.67% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 98 - color contains mainly: green. Hex color #096210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096210 is #F69DEF. Grayscale: #3E3E3E. Windows color (decimal): -16162288 or 1073673. OLE color: 1073673.

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

Color convert

RGB 9 98 16 -
CMYK 0.91 0 0.84 0.62
HSL 124.72º 0.83% 0.21% -
HSV(B) 124.72º 0.91% 0.38% -
XYZ 4.57 8.83 1.95 -
YUV 62.04 102.01 90.17 -
System Red Green Blue C M Y K H S L
Decimal 9 98 16 0.91 0 0.84 0.62 124.72 0.83 0.21
Hex 9 62 10 5B 0 54 3E 7D 53 15
Octal 11 142 20 133 0 124 76 175 123 25
Binary 1001 1100010 10000 1011011 0 1010100 111110 1111101 1010011 10101

Color Harmonies of #096210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096210

Black with #096210

Text Example


Text Example

White with #096210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096210; }

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

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

background-color css

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

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

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

border-color css

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

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

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