Html Css Color HEX #117008 Green

📋 copy color: '#117008'

red 17 ◦ green 112 ◦ blue 8

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

Shades of Green #117008

Tints of Green #117008

RGB

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

 GREEN value IS 112 (44.14% from 255) = 81.75%

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

R = 12.41%
G = 81.75%
B = 5.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#117008 (or 0x117008) is known color: Green. HEX triplet: 11, 70 and 08. RGB value is (17,112,8). Sum of RGB (Red+Green+Blue) = 17+112+8=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 112 (44.14% from 255 or 81.75% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 112 - color contains mainly: green. Hex color #117008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117008 is #EE8FF7. Grayscale: #484848. Windows color (decimal): -15634424 or 552977. OLE color: 552977.

HSL color Cylindrical-coordinate representation of color #117008: hue angle of 114.81º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117008 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 112 8 -
CMYK 0.85 0 0.93 0.56
HSL 114.81º 0.87% 0.24% -
HSV(B) 114.81º 0.93% 0.44% -
XYZ 6.07 11.73 2.17 -
YUV 71.74 92.03 88.96 -
System Red Green Blue C M Y K H S L
Decimal 17 112 8 0.85 0 0.93 0.56 114.81 0.87 0.24
Hex 11 70 8 55 0 5D 38 73 57 18
Octal 21 160 10 125 0 135 70 163 127 30
Binary 10001 1110000 1000 1010101 0 1011101 111000 1110011 1010111 11000

Color Harmonies of #117008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117008

Black with #117008

Text Example


Text Example

White with #117008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117008; }

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

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

background-color css

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

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

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

border-color css

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

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

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