Html Css Color HEX #125718 Myrtle

📋 copy color: '#125718'

red 18 ◦ green 87 ◦ blue 24

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

Shades of Myrtle #125718

Tints of Myrtle #125718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.6%

R = 13.95%
G = 67.44%
B = 18.6%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#125718 (or 0x125718) is known color: Myrtle. HEX triplet: 12, 57 and 18. RGB value is (18,87,24). Sum of RGB (Red+Green+Blue) = 18+87+24=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 87 (34.38% from 255 or 67.44% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 87 - color contains mainly: green. Hex color #125718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125718 is #EDA8E7. Grayscale: #3B3B3B. Windows color (decimal): -15575272 or 1595154. OLE color: 1595154.

HSL color Cylindrical-coordinate representation of color #125718: hue angle of 125.22º 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 #125718 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 87 24 -
CMYK 0.79 0 0.72 0.66
HSL 125.22º 0.66% 0.21% -
HSV(B) 125.22º 0.79% 0.34% -
XYZ 3.82 7.01 2.02 -
YUV 59.19 108.14 98.62 -
System Red Green Blue C M Y K H S L
Decimal 18 87 24 0.79 0 0.72 0.66 125.22 0.66 0.21
Hex 12 57 18 4F 0 48 42 7D 42 15
Octal 22 127 30 117 0 110 102 175 102 25
Binary 10010 1010111 11000 1001111 0 1001000 1000010 1111101 1000010 10101

Color Harmonies of #125718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125718

Black with #125718

Text Example


Text Example

White with #125718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125718; }

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

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

background-color css

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

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

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

border-color css

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

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

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