Html Css Color HEX #125809 Myrtle

📋 copy color: '#125809'

red 18 ◦ green 88 ◦ blue 9

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

Shades of Myrtle #125809

Tints of Myrtle #125809

RGB

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

 GREEN value IS 88 (34.77% from 255) = 76.52%

 BLUE value IS 9 (3.91% from 255) = 7.83%

R = 15.65%
G = 76.52%
B = 7.83%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#125809 (or 0x125809) is known color: Myrtle. HEX triplet: 12, 58 and 09. RGB value is (18,88,9). Sum of RGB (Red+Green+Blue) = 18+88+9=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 88 (34.77% from 255 or 76.52% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 88 - color contains mainly: green. Hex color #125809 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125809 is #EDA7F6. Grayscale: #3A3A3A. Windows color (decimal): -15575031 or 612370. OLE color: 612370.

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

Color convert

RGB 18 88 9 -
CMYK 0.80 0 0.90 0.65
HSL 113.16º 0.81% 0.19% -
HSV(B) 113.16º 0.9% 0.35% -
XYZ 3.79 7.13 1.43 -
YUV 58.06 100.31 99.42 -
System Red Green Blue C M Y K H S L
Decimal 18 88 9 0.80 0 0.90 0.65 113.16 0.81 0.19
Hex 12 58 9 50 0 5A 41 71 51 13
Octal 22 130 11 120 0 132 101 161 121 23
Binary 10010 1011000 1001 1010000 0 1011010 1000001 1110001 1010001 10011

Color Harmonies of #125809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125809

Black with #125809

Text Example


Text Example

White with #125809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125809; }

 p { color: rgb(18,88,9); }

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

background-color css

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

 a { background-color: rgb(18,88,9); }

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

border-color css

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

 span { border-color: rgb(18,88,9); }

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