Html Css Color HEX #125010 Myrtle

📋 copy color: '#125010'

red 18 ◦ green 80 ◦ blue 16

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

Shades of Myrtle #125010

Tints of Myrtle #125010

RGB

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

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

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

R = 15.79%
G = 70.18%
B = 14.04%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#125010 (or 0x125010) is known color: Myrtle. HEX triplet: 12, 50 and 10. RGB value is (18,80,16). Sum of RGB (Red+Green+Blue) = 18+80+16=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 80 (31.64% from 255 or 70.18% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 80 - color contains mainly: green. Hex color #125010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125010 is #EDAFEF. Grayscale: #363636. Windows color (decimal): -15577072 or 1069074. OLE color: 1069074.

HSL color Cylindrical-coordinate representation of color #125010: hue angle of 118.12º 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 #125010 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 16 -
CMYK 0.78 0 0.80 0.69
HSL 118.13º 0.67% 0.19% -
HSV(B) 118.13º 0.8% 0.31% -
XYZ 3.21 5.9 1.46 -
YUV 54.17 106.46 102.2 -
System Red Green Blue C M Y K H S L
Decimal 18 80 16 0.78 0 0.80 0.69 118.13 0.67 0.19
Hex 12 50 10 4E 0 50 45 76 43 13
Octal 22 120 20 116 0 120 105 166 103 23
Binary 10010 1010000 10000 1001110 0 1010000 1000101 1110110 1000011 10011

Color Harmonies of #125010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125010

Black with #125010

Text Example


Text Example

White with #125010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125010; }

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

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

background-color css

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

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

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

border-color css

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

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

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