Html Css Color HEX #125714 Myrtle

📋 copy color: '#125714'

red 18 ◦ green 87 ◦ blue 20

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

Shades of Myrtle #125714

Tints of Myrtle #125714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16%

R = 14.4%
G = 69.6%
B = 16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#125714 (or 0x125714) is known color: Myrtle. HEX triplet: 12, 57 and 14. RGB value is (18,87,20). Sum of RGB (Red+Green+Blue) = 18+87+20=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 87 (34.38% from 255 or 69.6% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 87 - color contains mainly: green. Hex color #125714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125714 is #EDA8EB. Grayscale: #3A3A3A. Windows color (decimal): -15575276 or 1333010. OLE color: 1333010.

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

Color convert

RGB 18 87 20 -
CMYK 0.79 0 0.77 0.66
HSL 121.74º 0.66% 0.21% -
HSV(B) 121.74º 0.79% 0.34% -
XYZ 3.78 7 1.81 -
YUV 58.73 106.14 98.95 -
System Red Green Blue C M Y K H S L
Decimal 18 87 20 0.79 0 0.77 0.66 121.74 0.66 0.21
Hex 12 57 14 4F 0 4D 42 7A 42 15
Octal 22 127 24 117 0 115 102 172 102 25
Binary 10010 1010111 10100 1001111 0 1001101 1000010 1111010 1000010 10101

Color Harmonies of #125714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125714

Black with #125714

Text Example


Text Example

White with #125714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125714; }

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

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

background-color css

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

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

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

border-color css

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

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

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