Html Css Color HEX #125015 Myrtle

📋 copy color: '#125015'

red 18 ◦ green 80 ◦ blue 21

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

Shades of Myrtle #125015

Tints of Myrtle #125015

RGB

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

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

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

R = 15.13%
G = 67.23%
B = 17.65%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#125015 (or 0x125015) is known color: Myrtle. HEX triplet: 12, 50 and 15. RGB value is (18,80,21). Sum of RGB (Red+Green+Blue) = 18+80+21=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 80 (31.64% from 255 or 67.23% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 80 - color contains mainly: green. Hex color #125015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125015 is #EDAFEA. Grayscale: #363636. Windows color (decimal): -15577067 or 1396754. OLE color: 1396754.

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

Color convert

RGB 18 80 21 -
CMYK 0.78 0 0.74 0.69
HSL 122.9º 0.63% 0.19% -
HSV(B) 122.9º 0.78% 0.31% -
XYZ 3.25 5.92 1.68 -
YUV 54.74 108.96 101.8 -
System Red Green Blue C M Y K H S L
Decimal 18 80 21 0.78 0 0.74 0.69 122.9 0.63 0.19
Hex 12 50 15 4E 0 4A 45 7B 3F 13
Octal 22 120 25 116 0 112 105 173 77 23
Binary 10010 1010000 10101 1001110 0 1001010 1000101 1111011 111111 10011

Color Harmonies of #125015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125015

Black with #125015

Text Example


Text Example

White with #125015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125015; }

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

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

background-color css

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

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

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

border-color css

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

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

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