Html Css Color HEX #125017 Myrtle

📋 copy color: '#125017'

red 18 ◦ green 80 ◦ blue 23

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

Shades of Myrtle #125017

Tints of Myrtle #125017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 19.01%

R = 14.88%
G = 66.12%
B = 19.01%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#125017 (or 0x125017) is known color: Myrtle. HEX triplet: 12, 50 and 17. RGB value is (18,80,23). Sum of RGB (Red+Green+Blue) = 18+80+23=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #125017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125017 is #EDAFE8. Grayscale: #373737. Windows color (decimal): -15577065 or 1527826. OLE color: 1527826.

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

Color convert

RGB 18 80 23 -
CMYK 0.78 0 0.71 0.69
HSL 124.84º 0.63% 0.19% -
HSV(B) 124.84º 0.78% 0.31% -
XYZ 3.27 5.93 1.78 -
YUV 54.96 109.96 101.63 -
System Red Green Blue C M Y K H S L
Decimal 18 80 23 0.78 0 0.71 0.69 124.84 0.63 0.19
Hex 12 50 17 4E 0 47 45 7D 3F 13
Octal 22 120 27 116 0 107 105 175 77 23
Binary 10010 1010000 10111 1001110 0 1000111 1000101 1111101 111111 10011

Color Harmonies of #125017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125017

Black with #125017

Text Example


Text Example

White with #125017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125017; }

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

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

background-color css

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

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

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

border-color css

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

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

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