Html Css Color HEX #125117 Myrtle

📋 copy color: '#125117'

red 18 ◦ green 81 ◦ blue 23

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

Shades of Myrtle #125117

Tints of Myrtle #125117

RGB

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

 GREEN value IS 81 (32.03% from 255) = 66.39%

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

R = 14.75%
G = 66.39%
B = 18.85%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#125117 (or 0x125117) is known color: Myrtle. HEX triplet: 12, 51 and 17. RGB value is (18,81,23). Sum of RGB (Red+Green+Blue) = 18+81+23=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 81 (32.03% from 255 or 66.39% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 81 - color contains mainly: green. Hex color #125117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125117 is #EDAEE8. Grayscale: #373737. Windows color (decimal): -15576809 or 1528082. OLE color: 1528082.

HSL color Cylindrical-coordinate representation of color #125117: hue angle of 124.76º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125117 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 81 23 -
CMYK 0.78 0 0.72 0.68
HSL 124.76º 0.64% 0.19% -
HSV(B) 124.76º 0.78% 0.32% -
XYZ 3.35 6.08 1.81 -
YUV 55.55 109.63 101.22 -
System Red Green Blue C M Y K H S L
Decimal 18 81 23 0.78 0 0.72 0.68 124.76 0.64 0.19
Hex 12 51 17 4E 0 48 44 7D 40 13
Octal 22 121 27 116 0 110 104 175 100 23
Binary 10010 1010001 10111 1001110 0 1001000 1000100 1111101 1000000 10011

Color Harmonies of #125117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125117

Black with #125117

Text Example


Text Example

White with #125117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125117; }

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

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

background-color css

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

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

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

border-color css

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

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

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