Html Css Color HEX #125F15 Myrtle

📋 copy color: '#125F15'

red 18 ◦ green 95 ◦ blue 21

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

Shades of Myrtle #125F15

Tints of Myrtle #125F15

RGB

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

 GREEN value IS 95 (37.5% from 255) = 70.9%

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

R = 13.43%
G = 70.9%
B = 15.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#125F15 (or 0x125F15) is known color: Myrtle. HEX triplet: 12, 5F and 15. RGB value is (18,95,21). Sum of RGB (Red+Green+Blue) = 18+95+21=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 95 (37.5% from 255 or 70.90% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 95 - color contains mainly: green. Hex color #125F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125F15 is #EDA0EA. Grayscale: #3F3F3F. Windows color (decimal): -15573227 or 1400594. OLE color: 1400594.

HSL color Cylindrical-coordinate representation of color #125F15: hue angle of 122.34º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125F15 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 95 21 -
CMYK 0.81 0 0.78 0.63
HSL 122.34º 0.68% 0.22% -
HSV(B) 122.34º 0.81% 0.37% -
XYZ 4.48 8.37 2.09 -
YUV 63.54 103.99 95.52 -
System Red Green Blue C M Y K H S L
Decimal 18 95 21 0.81 0 0.78 0.63 122.34 0.68 0.22
Hex 12 5F 15 51 0 4E 3F 7A 44 16
Octal 22 137 25 121 0 116 77 172 104 26
Binary 10010 1011111 10101 1010001 0 1001110 111111 1111010 1000100 10110

Color Harmonies of #125F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125F15

Black with #125F15

Text Example


Text Example

White with #125F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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