Html Css Color HEX #116D05 Green

📋 copy color: '#116D05'

red 17 ◦ green 109 ◦ blue 5

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

Shades of Green #116D05

Tints of Green #116D05

RGB

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

 GREEN value IS 109 (42.97% from 255) = 83.21%

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

R = 12.98%
G = 83.21%
B = 3.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#116D05 (or 0x116D05) is known color: Green. HEX triplet: 11, 6D and 05. RGB value is (17,109,5). Sum of RGB (Red+Green+Blue) = 17+109+5=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 109 (42.97% from 255 or 83.21% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 109 - color contains mainly: green. Hex color #116D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116D05 is #EE92FA. Grayscale: #454545. Windows color (decimal): -15635195 or 355601. OLE color: 355601.

HSL color Cylindrical-coordinate representation of color #116D05: hue angle of 113.08º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #116D05 is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 109 5 -
CMYK 0.84 0 0.95 0.57
HSL 113.08º 0.91% 0.22% -
HSV(B) 113.08º 0.95% 0.43% -
XYZ 5.73 11.07 1.98 -
YUV 69.64 91.52 90.46 -
System Red Green Blue C M Y K H S L
Decimal 17 109 5 0.84 0 0.95 0.57 113.08 0.91 0.22
Hex 11 6D 5 54 0 5F 39 71 5B 16
Octal 21 155 5 124 0 137 71 161 133 26
Binary 10001 1101101 101 1010100 0 1011111 111001 1110001 1011011 10110

Color Harmonies of #116D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116D05

Black with #116D05

Text Example


Text Example

White with #116D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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