Html Css Color HEX #096610 Green

📋 copy color: '#096610'

red 9 ◦ green 102 ◦ blue 16

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

Shades of Green #096610

Tints of Green #096610

RGB

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

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

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

R = 7.09%
G = 80.31%
B = 12.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#096610 (or 0x096610) is known color: Green. HEX triplet: 09, 66 and 10. RGB value is (9,102,16). Sum of RGB (Red+Green+Blue) = 9+102+16=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 102 (40.23% from 255 or 80.31% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 102 - color contains mainly: green. Hex color #096610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096610 is #F699EF. Grayscale: #404040. Windows color (decimal): -16161264 or 1074697. OLE color: 1074697.

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

Color convert

RGB 9 102 16 -
CMYK 0.91 0 0.84 0.6
HSL 124.52º 0.84% 0.22% -
HSV(B) 124.52º 0.91% 0.4% -
XYZ 4.96 9.6 2.08 -
YUV 64.39 100.69 88.49 -
System Red Green Blue C M Y K H S L
Decimal 9 102 16 0.91 0 0.84 0.6 124.52 0.84 0.22
Hex 9 66 10 5B 0 54 3C 7D 54 16
Octal 11 146 20 133 0 124 74 175 124 26
Binary 1001 1100110 10000 1011011 0 1010100 111100 1111101 1010100 10110

Color Harmonies of #096610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096610

Black with #096610

Text Example


Text Example

White with #096610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096610; }

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

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

background-color css

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

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

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

border-color css

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

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

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