Html Css Color HEX #117308 Green

📋 copy color: '#117308'

red 17 ◦ green 115 ◦ blue 8

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

Shades of Green #117308

Tints of Green #117308

RGB

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

 GREEN value IS 115 (45.31% from 255) = 82.14%

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

R = 12.14%
G = 82.14%
B = 5.71%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#117308 (or 0x117308) is known color: Green. HEX triplet: 11, 73 and 08. RGB value is (17,115,8). Sum of RGB (Red+Green+Blue) = 17+115+8=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 115 (45.31% from 255 or 82.14% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 115 - color contains mainly: green. Hex color #117308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117308 is #EE8CF7. Grayscale: #494949. Windows color (decimal): -15633656 or 553745. OLE color: 553745.

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

Color convert

RGB 17 115 8 -
CMYK 0.85 0 0.93 0.55
HSL 114.95º 0.87% 0.24% -
HSV(B) 114.95º 0.93% 0.45% -
XYZ 6.41 12.4 2.29 -
YUV 73.5 91.03 87.7 -
System Red Green Blue C M Y K H S L
Decimal 17 115 8 0.85 0 0.93 0.55 114.95 0.87 0.24
Hex 11 73 8 55 0 5D 37 73 57 18
Octal 21 163 10 125 0 135 67 163 127 30
Binary 10001 1110011 1000 1010101 0 1011101 110111 1110011 1010111 11000

Color Harmonies of #117308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117308

Black with #117308

Text Example


Text Example

White with #117308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117308; }

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

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

background-color css

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

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

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

border-color css

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

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

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