Html Css Color HEX #125F17 Myrtle

📋 copy color: '#125F17'

red 18 ◦ green 95 ◦ blue 23

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

Shades of Myrtle #125F17

Tints of Myrtle #125F17

RGB

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

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

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

R = 13.24%
G = 69.85%
B = 16.91%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.63

RGB Variations

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

Color information

#125F17 (or 0x125F17) is known color: Myrtle. HEX triplet: 12, 5F and 17. RGB value is (18,95,23). Sum of RGB (Red+Green+Blue) = 18+95+23=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 95 (37.5% from 255 or 69.85% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 95 - color contains mainly: green. Hex color #125F17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125F17 is #EDA0E8. Grayscale: #3F3F3F. Windows color (decimal): -15573225 or 1531666. OLE color: 1531666.

HSL color Cylindrical-coordinate representation of color #125F17: hue angle of 123.9º 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 #125F17 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 95 23 -
CMYK 0.81 0 0.76 0.63
HSL 123.9º 0.68% 0.22% -
HSV(B) 123.9º 0.81% 0.37% -
XYZ 4.5 8.37 2.19 -
YUV 63.77 104.99 95.35 -
System Red Green Blue C M Y K H S L
Decimal 18 95 23 0.81 0 0.76 0.63 123.9 0.68 0.22
Hex 12 5F 17 51 0 4C 3F 7C 44 16
Octal 22 137 27 121 0 114 77 174 104 26
Binary 10010 1011111 10111 1010001 0 1001100 111111 1111100 1000100 10110

Color Harmonies of #125F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125F17

Black with #125F17

Text Example


Text Example

White with #125F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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