Html Css Color HEX #125511 Myrtle

📋 copy color: '#125511'

red 18 ◦ green 85 ◦ blue 17

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

Shades of Myrtle #125511

Tints of Myrtle #125511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.17%

R = 15%
G = 70.83%
B = 14.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#125511 (or 0x125511) is known color: Myrtle. HEX triplet: 12, 55 and 11. RGB value is (18,85,17). Sum of RGB (Red+Green+Blue) = 18+85+17=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #125511 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125511 is #EDAAEE. Grayscale: #393939. Windows color (decimal): -15575791 or 1135890. OLE color: 1135890.

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

Color convert

RGB 18 85 17 -
CMYK 0.79 0 0.80 0.67
HSL 119.12º 0.67% 0.2% -
HSV(B) 119.12º 0.8% 0.33% -
XYZ 3.6 6.67 1.63 -
YUV 57.22 105.3 100.03 -
System Red Green Blue C M Y K H S L
Decimal 18 85 17 0.79 0 0.80 0.67 119.12 0.67 0.2
Hex 12 55 11 4F 0 50 43 77 43 14
Octal 22 125 21 117 0 120 103 167 103 24
Binary 10010 1010101 10001 1001111 0 1010000 1000011 1110111 1000011 10100

Color Harmonies of #125511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125511

Black with #125511

Text Example


Text Example

White with #125511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125511; }

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

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

background-color css

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

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

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

border-color css

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

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

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