Html Css Color HEX #116005 Green

📋 copy color: '#116005'

red 17 ◦ green 96 ◦ blue 5

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

Shades of Green #116005

Tints of Green #116005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.24%

R = 14.41%
G = 81.36%
B = 4.24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#116005 (or 0x116005) is known color: Green. HEX triplet: 11, 60 and 05. RGB value is (17,96,5). Sum of RGB (Red+Green+Blue) = 17+96+5=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 96 (37.89% from 255 or 81.36% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 96 - color contains mainly: green. Hex color #116005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116005 is #EE9FFA. Grayscale: #3E3E3E. Windows color (decimal): -15638523 or 352273. OLE color: 352273.

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

Color convert

RGB 17 96 5 -
CMYK 0.82 0 0.95 0.62
HSL 112.09º 0.9% 0.2% -
HSV(B) 112.09º 0.95% 0.38% -
XYZ 4.44 8.5 1.55 -
YUV 62.01 95.83 95.9 -
System Red Green Blue C M Y K H S L
Decimal 17 96 5 0.82 0 0.95 0.62 112.09 0.9 0.2
Hex 11 60 5 52 0 5F 3E 70 5A 14
Octal 21 140 5 122 0 137 76 160 132 24
Binary 10001 1100000 101 1010010 0 1011111 111110 1110000 1011010 10100

Color Harmonies of #116005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116005

Black with #116005

Text Example


Text Example

White with #116005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116005; }

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

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

background-color css

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

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

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

border-color css

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

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

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