Html Css Color HEX #125011 Myrtle

📋 copy color: '#125011'

red 18 ◦ green 80 ◦ blue 17

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

Shades of Myrtle #125011

Tints of Myrtle #125011

RGB

 RED value IS 18 (7.42% from 255) = 15.65%

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

 BLUE value IS 17 (7.03% from 255) = 14.78%

R = 15.65%
G = 69.57%
B = 14.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#125011 (or 0x125011) is known color: Myrtle. HEX triplet: 12, 50 and 11. RGB value is (18,80,17). Sum of RGB (Red+Green+Blue) = 18+80+17=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #125011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125011 is #EDAFEE. Grayscale: #363636. Windows color (decimal): -15577071 or 1134610. OLE color: 1134610.

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

Color convert

RGB 18 80 17 -
CMYK 0.78 0 0.79 0.69
HSL 119.05º 0.65% 0.19% -
HSV(B) 119.05º 0.79% 0.31% -
XYZ 3.22 5.91 1.5 -
YUV 54.28 106.96 102.12 -
System Red Green Blue C M Y K H S L
Decimal 18 80 17 0.78 0 0.79 0.69 119.05 0.65 0.19
Hex 12 50 11 4E 0 4F 45 77 41 13
Octal 22 120 21 116 0 117 105 167 101 23
Binary 10010 1010000 10001 1001110 0 1001111 1000101 1110111 1000001 10011

Color Harmonies of #125011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125011

Black with #125011

Text Example


Text Example

White with #125011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125011; }

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

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

background-color css

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

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

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

border-color css

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

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

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