Html Css Color HEX #125717 Myrtle

📋 copy color: '#125717'

red 18 ◦ green 87 ◦ blue 23

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

Shades of Myrtle #125717

Tints of Myrtle #125717

RGB

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

 GREEN value IS 87 (34.38% from 255) = 67.97%

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

R = 14.06%
G = 67.97%
B = 17.97%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#125717 (or 0x125717) is known color: Myrtle. HEX triplet: 12, 57 and 17. RGB value is (18,87,23). Sum of RGB (Red+Green+Blue) = 18+87+23=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 87 (34.38% from 255 or 67.97% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 87 - color contains mainly: green. Hex color #125717 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125717 is #EDA8E8. Grayscale: #3B3B3B. Windows color (decimal): -15575273 or 1529618. OLE color: 1529618.

HSL color Cylindrical-coordinate representation of color #125717: hue angle of 124.35º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125717 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 87 23 -
CMYK 0.79 0 0.74 0.66
HSL 124.35º 0.66% 0.21% -
HSV(B) 124.35º 0.79% 0.34% -
XYZ 3.81 7.01 1.96 -
YUV 59.07 107.64 98.7 -
System Red Green Blue C M Y K H S L
Decimal 18 87 23 0.79 0 0.74 0.66 124.35 0.66 0.21
Hex 12 57 17 4F 0 4A 42 7C 42 15
Octal 22 127 27 117 0 112 102 174 102 25
Binary 10010 1010111 10111 1001111 0 1001010 1000010 1111100 1000010 10101

Color Harmonies of #125717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125717

Black with #125717

Text Example


Text Example

White with #125717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125717; }

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

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

background-color css

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

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

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

border-color css

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

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

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