Html Css Color HEX #125516 Myrtle

📋 copy color: '#125516'

red 18 ◦ green 85 ◦ blue 22

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

Shades of Myrtle #125516

Tints of Myrtle #125516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 68%

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

R = 14.4%
G = 68%
B = 17.6%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#125516 (or 0x125516) is known color: Myrtle. HEX triplet: 12, 55 and 16. RGB value is (18,85,22). Sum of RGB (Red+Green+Blue) = 18+85+22=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 85 (33.59% from 255 or 68% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 85 - color contains mainly: green. Hex color #125516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125516 is #EDAAE9. Grayscale: #393939. Windows color (decimal): -15575786 or 1463570. OLE color: 1463570.

HSL color Cylindrical-coordinate representation of color #125516: hue angle of 123.58º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125516 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 85 22 -
CMYK 0.79 0 0.74 0.67
HSL 123.58º 0.65% 0.2% -
HSV(B) 123.58º 0.79% 0.33% -
XYZ 3.64 6.68 1.86 -
YUV 57.79 107.8 99.62 -
System Red Green Blue C M Y K H S L
Decimal 18 85 22 0.79 0 0.74 0.67 123.58 0.65 0.2
Hex 12 55 16 4F 0 4A 43 7C 41 14
Octal 22 125 26 117 0 112 103 174 101 24
Binary 10010 1010101 10110 1001111 0 1001010 1000011 1111100 1000001 10100

Color Harmonies of #125516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125516

Black with #125516

Text Example


Text Example

White with #125516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125516; }

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

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

background-color css

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

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

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

border-color css

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

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

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