Html Css Color HEX #116007 Green

📋 copy color: '#116007'

red 17 ◦ green 96 ◦ blue 7

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

Shades of Green #116007

Tints of Green #116007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.83%

R = 14.17%
G = 80%
B = 5.83%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#116007 (or 0x116007) is known color: Green. HEX triplet: 11, 60 and 07. RGB value is (17,96,7). Sum of RGB (Red+Green+Blue) = 17+96+7=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 96 (37.89% from 255 or 80% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 96 - color contains mainly: green. Hex color #116007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116007 is #EE9FF8. Grayscale: #3E3E3E. Windows color (decimal): -15638521 or 483345. OLE color: 483345.

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

Color convert

RGB 17 96 7 -
CMYK 0.82 0 0.93 0.62
HSL 113.26º 0.86% 0.2% -
HSV(B) 113.26º 0.93% 0.38% -
XYZ 4.45 8.5 1.61 -
YUV 62.23 96.83 95.74 -
System Red Green Blue C M Y K H S L
Decimal 17 96 7 0.82 0 0.93 0.62 113.26 0.86 0.2
Hex 11 60 7 52 0 5D 3E 71 56 14
Octal 21 140 7 122 0 135 76 161 126 24
Binary 10001 1100000 111 1010010 0 1011101 111110 1110001 1010110 10100

Color Harmonies of #116007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116007

Black with #116007

Text Example


Text Example

White with #116007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116007; }

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

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

background-color css

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

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

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

border-color css

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

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

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