Html Css Color HEX #125016 Myrtle

📋 copy color: '#125016'

red 18 ◦ green 80 ◦ blue 22

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

Shades of Myrtle #125016

Tints of Myrtle #125016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 66.67%

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

R = 15%
G = 66.67%
B = 18.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#125016 (or 0x125016) is known color: Myrtle. HEX triplet: 12, 50 and 16. RGB value is (18,80,22). Sum of RGB (Red+Green+Blue) = 18+80+22=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #125016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125016 is #EDAFE9. Grayscale: #373737. Windows color (decimal): -15577066 or 1462290. OLE color: 1462290.

HSL color Cylindrical-coordinate representation of color #125016: hue angle of 123.87º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #125016 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 22 -
CMYK 0.78 0 0.72 0.69
HSL 123.87º 0.63% 0.19% -
HSV(B) 123.87º 0.78% 0.31% -
XYZ 3.26 5.92 1.73 -
YUV 54.85 109.46 101.72 -
System Red Green Blue C M Y K H S L
Decimal 18 80 22 0.78 0 0.72 0.69 123.87 0.63 0.19
Hex 12 50 16 4E 0 48 45 7C 3F 13
Octal 22 120 26 116 0 110 105 174 77 23
Binary 10010 1010000 10110 1001110 0 1001000 1000101 1111100 111111 10011

Color Harmonies of #125016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125016

Black with #125016

Text Example


Text Example

White with #125016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125016; }

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

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

background-color css

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

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

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

border-color css

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

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

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