Html Css Color HEX #125713 Myrtle

📋 copy color: '#125713'

red 18 ◦ green 87 ◦ blue 19

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

Shades of Myrtle #125713

Tints of Myrtle #125713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 70.16%

 BLUE value IS 19 (7.81% from 255) = 15.32%

R = 14.52%
G = 70.16%
B = 15.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#125713 (or 0x125713) is known color: Myrtle. HEX triplet: 12, 57 and 13. RGB value is (18,87,19). Sum of RGB (Red+Green+Blue) = 18+87+19=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 87 (34.38% from 255 or 70.16% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 87 - color contains mainly: green. Hex color #125713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125713 is #EDA8EC. Grayscale: #3A3A3A. Windows color (decimal): -15575277 or 1267474. OLE color: 1267474.

HSL color Cylindrical-coordinate representation of color #125713: hue angle of 120.87º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125713 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 87 19 -
CMYK 0.79 0 0.78 0.66
HSL 120.87º 0.66% 0.21% -
HSV(B) 120.87º 0.79% 0.34% -
XYZ 3.78 6.99 1.77 -
YUV 58.62 105.64 99.03 -
System Red Green Blue C M Y K H S L
Decimal 18 87 19 0.79 0 0.78 0.66 120.87 0.66 0.21
Hex 12 57 13 4F 0 4E 42 79 42 15
Octal 22 127 23 117 0 116 102 171 102 25
Binary 10010 1010111 10011 1001111 0 1001110 1000010 1111001 1000010 10101

Color Harmonies of #125713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125713

Black with #125713

Text Example


Text Example

White with #125713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125713; }

 p { color: rgb(18,87,19); }

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

background-color css

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

 a { background-color: rgb(18,87,19); }

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

border-color css

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

 span { border-color: rgb(18,87,19); }

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