Html Css Color HEX #116008 Green

📋 copy color: '#116008'

red 17 ◦ green 96 ◦ blue 8

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

Shades of Green #116008

Tints of Green #116008

RGB

 RED value IS 17 (7.03% from 255) = 14.05%

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

 BLUE value IS 8 (3.52% from 255) = 6.61%

R = 14.05%
G = 79.34%
B = 6.61%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#116008 (or 0x116008) is known color: Green. HEX triplet: 11, 60 and 08. RGB value is (17,96,8). Sum of RGB (Red+Green+Blue) = 17+96+8=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 96 (37.89% from 255 or 79.34% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 96 - color contains mainly: green. Hex color #116008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116008 is #EE9FF7. Grayscale: #3E3E3E. Windows color (decimal): -15638520 or 548881. OLE color: 548881.

HSL color Cylindrical-coordinate representation of color #116008: hue angle of 113.86º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116008 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 96 8 -
CMYK 0.82 0 0.92 0.62
HSL 113.86º 0.85% 0.2% -
HSV(B) 113.86º 0.92% 0.38% -
XYZ 4.46 8.5 1.64 -
YUV 62.35 97.33 95.66 -
System Red Green Blue C M Y K H S L
Decimal 17 96 8 0.82 0 0.92 0.62 113.86 0.85 0.2
Hex 11 60 8 52 0 5C 3E 72 55 14
Octal 21 140 10 122 0 134 76 162 125 24
Binary 10001 1100000 1000 1010010 0 1011100 111110 1110010 1010101 10100

Color Harmonies of #116008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116008

Black with #116008

Text Example


Text Example

White with #116008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116008; }

 p { color: rgb(17,96,8); }

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

background-color css

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

 a { background-color: rgb(17,96,8); }

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

border-color css

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

 span { border-color: rgb(17,96,8); }

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