Html Css Color HEX #125615 Myrtle

📋 copy color: '#125615'

red 18 ◦ green 86 ◦ blue 21

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

Shades of Myrtle #125615

Tints of Myrtle #125615

RGB

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

 GREEN value IS 86 (33.98% from 255) = 68.8%

 BLUE value IS 21 (8.59% from 255) = 16.8%

R = 14.4%
G = 68.8%
B = 16.8%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#125615 (or 0x125615) is known color: Myrtle. HEX triplet: 12, 56 and 15. RGB value is (18,86,21). Sum of RGB (Red+Green+Blue) = 18+86+21=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 86 (33.98% from 255 or 68.8% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 86 - color contains mainly: green. Hex color #125615 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125615 is #EDA9EA. Grayscale: #3A3A3A. Windows color (decimal): -15575531 or 1398290. OLE color: 1398290.

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

Color convert

RGB 18 86 21 -
CMYK 0.79 0 0.76 0.66
HSL 122.65º 0.65% 0.2% -
HSV(B) 122.65º 0.79% 0.34% -
XYZ 3.71 6.84 1.83 -
YUV 58.26 106.97 99.29 -
System Red Green Blue C M Y K H S L
Decimal 18 86 21 0.79 0 0.76 0.66 122.65 0.65 0.2
Hex 12 56 15 4F 0 4C 42 7B 41 14
Octal 22 126 25 117 0 114 102 173 101 24
Binary 10010 1010110 10101 1001111 0 1001100 1000010 1111011 1000001 10100

Color Harmonies of #125615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125615

Black with #125615

Text Example


Text Example

White with #125615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125615; }

 p { color: rgb(18,86,21); }

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

background-color css

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

 a { background-color: rgb(18,86,21); }

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

border-color css

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

 span { border-color: rgb(18,86,21); }

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