Html Css Color HEX #125217 Myrtle

📋 copy color: '#125217'

red 18 ◦ green 82 ◦ blue 23

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

Shades of Myrtle #125217

Tints of Myrtle #125217

RGB

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

 GREEN value IS 82 (32.42% from 255) = 66.67%

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

R = 14.63%
G = 66.67%
B = 18.7%

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

#125217 (or 0x125217) is known color: Myrtle. HEX triplet: 12, 52 and 17. RGB value is (18,82,23). Sum of RGB (Red+Green+Blue) = 18+82+23=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 82 (32.42% from 255 or 66.67% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 82 - color contains mainly: green. Hex color #125217 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125217 is #EDADE8. Grayscale: #383838. Windows color (decimal): -15576553 or 1528338. OLE color: 1528338.

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

Color convert

RGB 18 82 23 -
CMYK 0.78 0 0.72 0.68
HSL 124.69º 0.64% 0.2% -
HSV(B) 124.69º 0.78% 0.32% -
XYZ 3.42 6.23 1.83 -
YUV 56.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 18 82 23 0.78 0 0.72 0.68 124.69 0.64 0.2
Hex 12 52 17 4E 0 48 44 7D 40 14
Octal 22 122 27 116 0 110 104 175 100 24
Binary 10010 1010010 10111 1001110 0 1001000 1000100 1111101 1000000 10100

Color Harmonies of #125217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125217

Black with #125217

Text Example


Text Example

White with #125217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125217; }

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

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

background-color css

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

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

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

border-color css

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

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

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