Html Css Color HEX #116010 Myrtle

📋 copy color: '#116010'

red 17 ◦ green 96 ◦ blue 16

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

Shades of Myrtle #116010

Tints of Myrtle #116010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.4%

R = 13.18%
G = 74.42%
B = 12.4%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#116010 (or 0x116010) is known color: Myrtle. HEX triplet: 11, 60 and 10. RGB value is (17,96,16). Sum of RGB (Red+Green+Blue) = 17+96+16=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 96 (37.89% from 255 or 74.42% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 96 - color contains mainly: green. Hex color #116010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116010 is #EE9FEF. Grayscale: #3F3F3F. Windows color (decimal): -15638512 or 1073169. OLE color: 1073169.

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

Color convert

RGB 17 96 16 -
CMYK 0.82 0 0.83 0.62
HSL 119.25º 0.71% 0.22% -
HSV(B) 119.25º 0.83% 0.38% -
XYZ 4.51 8.52 1.9 -
YUV 63.26 101.33 95 -
System Red Green Blue C M Y K H S L
Decimal 17 96 16 0.82 0 0.83 0.62 119.25 0.71 0.22
Hex 11 60 10 52 0 53 3E 77 47 16
Octal 21 140 20 122 0 123 76 167 107 26
Binary 10001 1100000 10000 1010010 0 1010011 111110 1110111 1000111 10110

Color Harmonies of #116010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116010

Black with #116010

Text Example


Text Example

White with #116010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116010; }

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

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

background-color css

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

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

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

border-color css

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

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

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