Html Css Color HEX #125900 Myrtle

📋 copy color: '#125900'

red 18 ◦ green 89 ◦ blue 0

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

Shades of Myrtle #125900

Tints of Myrtle #125900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 83.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 16.82%
G = 83.18%
B = 0%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#125900 (or 0x125900) is known color: Myrtle. HEX triplet: 12, 59 and 00. RGB value is (18,89,0). Sum of RGB (Red+Green+Blue) = 18+89+0=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 89 (35.16% from 255 or 83.18% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 89 - color contains mainly: green. Hex color #125900 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125900 is #EDA6FF. Grayscale: #393939. Windows color (decimal): -15574784 or 22802. OLE color: 22802.

HSL color Cylindrical-coordinate representation of color #125900: hue angle of 107.87º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #125900 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 0 -
CMYK 0.80 0 1 0.65
HSL 107.87º 1% 0.17% -
HSV(B) 107.87º 1% 0.35% -
XYZ 3.82 7.27 1.2 -
YUV 57.63 95.48 99.74 -
System Red Green Blue C M Y K H S L
Decimal 18 89 0 0.80 0 1 0.65 107.87 1 0.17
Hex 12 59 0 50 0 64 41 6C 64 11
Octal 22 131 0 120 0 144 101 154 144 21
Binary 10010 1011001 0 1010000 0 1100100 1000001 1101100 1100100 10001

Color Harmonies of #125900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125900

Black with #125900

Text Example


Text Example

White with #125900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125900; }

 p { color: rgb(18,89,0); }

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

background-color css

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

 a { background-color: rgb(18,89,0); }

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

border-color css

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

 span { border-color: rgb(18,89,0); }

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