Html Css Color HEX #125018 Myrtle

📋 copy color: '#125018'

red 18 ◦ green 80 ◦ blue 24

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

Shades of Myrtle #125018

Tints of Myrtle #125018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.67%

R = 14.75%
G = 65.57%
B = 19.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#125018 (or 0x125018) is known color: Myrtle. HEX triplet: 12, 50 and 18. RGB value is (18,80,24). Sum of RGB (Red+Green+Blue) = 18+80+24=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #125018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125018 is #EDAFE7. Grayscale: #373737. Windows color (decimal): -15577064 or 1593362. OLE color: 1593362.

HSL color Cylindrical-coordinate representation of color #125018: hue angle of 125.81º 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 #125018 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 24 -
CMYK 0.78 0 0.70 0.69
HSL 125.81º 0.63% 0.19% -
HSV(B) 125.81º 0.78% 0.31% -
XYZ 3.28 5.93 1.84 -
YUV 55.08 110.46 101.55 -
System Red Green Blue C M Y K H S L
Decimal 18 80 24 0.78 0 0.70 0.69 125.81 0.63 0.19
Hex 12 50 18 4E 0 46 45 7E 3F 13
Octal 22 120 30 116 0 106 105 176 77 23
Binary 10010 1010000 11000 1001110 0 1000110 1000101 1111110 111111 10011

Color Harmonies of #125018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125018

Black with #125018

Text Example


Text Example

White with #125018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125018; }

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

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

background-color css

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

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

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

border-color css

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

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

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