Html Css Color HEX #116A0A Green

📋 copy color: '#116A0A'

red 17 ◦ green 106 ◦ blue 10

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

Shades of Green #116A0A

Tints of Green #116A0A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 79.7%

 BLUE value IS 10 (4.3% from 255) = 7.52%

R = 12.78%
G = 79.7%
B = 7.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.91

 K value IS 0.58

RGB Variations

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

Color information

#116A0A (or 0x116A0A) is known color: Green. HEX triplet: 11, 6A and 0A. RGB value is (17,106,10). Sum of RGB (Red+Green+Blue) = 17+106+10=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 106 (41.80% from 255 or 79.70% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 106 - color contains mainly: green. Hex color #116A0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116A0A is #EE95F5. Grayscale: #444444. Windows color (decimal): -15635958 or 682513. OLE color: 682513.

HSL color Cylindrical-coordinate representation of color #116A0A: hue angle of 115.62º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116A0A is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 106 10 -
CMYK 0.84 0 0.91 0.58
HSL 115.63º 0.83% 0.23% -
HSV(B) 115.63º 0.91% 0.42% -
XYZ 5.44 10.45 2.02 -
YUV 68.45 95.01 91.31 -
System Red Green Blue C M Y K H S L
Decimal 17 106 10 0.84 0 0.91 0.58 115.63 0.83 0.23
Hex 11 6A A 54 0 5B 3A 74 53 17
Octal 21 152 12 124 0 133 72 164 123 27
Binary 10001 1101010 1010 1010100 0 1011011 111010 1110100 1010011 10111

Color Harmonies of #116A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116A0A

Black with #116A0A

Text Example


Text Example

White with #116A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,106,10); }

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

background-color css

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

 a { background-color: rgb(17,106,10); }

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

border-color css

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

 span { border-color: rgb(17,106,10); }

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