Html Css Color HEX #125715 Myrtle

📋 copy color: '#125715'

red 18 ◦ green 87 ◦ blue 21

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

Shades of Myrtle #125715

Tints of Myrtle #125715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.67%

R = 14.29%
G = 69.05%
B = 16.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#125715 (or 0x125715) is known color: Myrtle. HEX triplet: 12, 57 and 15. RGB value is (18,87,21). Sum of RGB (Red+Green+Blue) = 18+87+21=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 87 (34.38% from 255 or 69.05% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 87 - color contains mainly: green. Hex color #125715 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125715 is #EDA8EA. Grayscale: #3B3B3B. Windows color (decimal): -15575275 or 1398546. OLE color: 1398546.

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

Color convert

RGB 18 87 21 -
CMYK 0.79 0 0.76 0.66
HSL 122.61º 0.66% 0.21% -
HSV(B) 122.61º 0.79% 0.34% -
XYZ 3.79 7 1.86 -
YUV 58.85 106.64 98.87 -
System Red Green Blue C M Y K H S L
Decimal 18 87 21 0.79 0 0.76 0.66 122.61 0.66 0.21
Hex 12 57 15 4F 0 4C 42 7B 42 15
Octal 22 127 25 117 0 114 102 173 102 25
Binary 10010 1010111 10101 1001111 0 1001100 1000010 1111011 1000010 10101

Color Harmonies of #125715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125715

Black with #125715

Text Example


Text Example

White with #125715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125715; }

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

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

background-color css

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

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

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

border-color css

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

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

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