Html Css Color HEX #115010 Myrtle

📋 copy color: '#115010'

red 17 ◦ green 80 ◦ blue 16

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

Shades of Myrtle #115010

Tints of Myrtle #115010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 70.8%

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

R = 15.04%
G = 70.8%
B = 14.16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#115010 (or 0x115010) is known color: Myrtle. HEX triplet: 11, 50 and 10. RGB value is (17,80,16). Sum of RGB (Red+Green+Blue) = 17+80+16=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 80 (31.64% from 255 or 70.80% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 80 - color contains mainly: green. Hex color #115010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115010 is #EEAFEF. Grayscale: #363636. Windows color (decimal): -15642608 or 1069073. OLE color: 1069073.

HSL color Cylindrical-coordinate representation of color #115010: hue angle of 119.06º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115010 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 80 16 -
CMYK 0.79 0 0.80 0.69
HSL 119.06º 0.67% 0.19% -
HSV(B) 119.06º 0.8% 0.31% -
XYZ 3.19 5.89 1.46 -
YUV 53.87 106.63 101.7 -
System Red Green Blue C M Y K H S L
Decimal 17 80 16 0.79 0 0.80 0.69 119.06 0.67 0.19
Hex 11 50 10 4F 0 50 45 77 43 13
Octal 21 120 20 117 0 120 105 167 103 23
Binary 10001 1010000 10000 1001111 0 1010000 1000101 1110111 1000011 10011

Color Harmonies of #115010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115010

Black with #115010

Text Example


Text Example

White with #115010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115010; }

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

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

background-color css

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

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

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

border-color css

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

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

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