Html Css Color HEX #125716 Myrtle

📋 copy color: '#125716'

red 18 ◦ green 87 ◦ blue 22

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

Shades of Myrtle #125716

Tints of Myrtle #125716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.32%

R = 14.17%
G = 68.5%
B = 17.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#125716 (or 0x125716) is known color: Myrtle. HEX triplet: 12, 57 and 16. RGB value is (18,87,22). Sum of RGB (Red+Green+Blue) = 18+87+22=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 87 (34.38% from 255 or 68.50% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 87 - color contains mainly: green. Hex color #125716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125716 is #EDA8E9. Grayscale: #3B3B3B. Windows color (decimal): -15575274 or 1464082. OLE color: 1464082.

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

Color convert

RGB 18 87 22 -
CMYK 0.79 0 0.75 0.66
HSL 123.48º 0.66% 0.21% -
HSV(B) 123.48º 0.79% 0.34% -
XYZ 3.8 7 1.91 -
YUV 58.96 107.14 98.79 -
System Red Green Blue C M Y K H S L
Decimal 18 87 22 0.79 0 0.75 0.66 123.48 0.66 0.21
Hex 12 57 16 4F 0 4B 42 7B 42 15
Octal 22 127 26 117 0 113 102 173 102 25
Binary 10010 1010111 10110 1001111 0 1001011 1000010 1111011 1000010 10101

Color Harmonies of #125716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125716

Black with #125716

Text Example


Text Example

White with #125716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125716; }

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

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

background-color css

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

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

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

border-color css

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

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

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