Html Css Color HEX #125509 Myrtle

📋 copy color: '#125509'

red 18 ◦ green 85 ◦ blue 9

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

Shades of Myrtle #125509

Tints of Myrtle #125509

RGB

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

 GREEN value IS 85 (33.59% from 255) = 75.89%

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

R = 16.07%
G = 75.89%
B = 8.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#125509 (or 0x125509) is known color: Myrtle. HEX triplet: 12, 55 and 09. RGB value is (18,85,9). Sum of RGB (Red+Green+Blue) = 18+85+9=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 85 (33.59% from 255 or 75.89% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 85 - color contains mainly: green. Hex color #125509 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125509 is #EDAAF6. Grayscale: #383838. Windows color (decimal): -15575799 or 611602. OLE color: 611602.

HSL color Cylindrical-coordinate representation of color #125509: hue angle of 112.89º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #125509 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 85 9 -
CMYK 0.79 0 0.89 0.67
HSL 112.89º 0.81% 0.18% -
HSV(B) 112.89º 0.89% 0.33% -
XYZ 3.55 6.65 1.35 -
YUV 56.3 101.3 100.68 -
System Red Green Blue C M Y K H S L
Decimal 18 85 9 0.79 0 0.89 0.67 112.89 0.81 0.18
Hex 12 55 9 4F 0 59 43 71 51 12
Octal 22 125 11 117 0 131 103 161 121 22
Binary 10010 1010101 1001 1001111 0 1011001 1000011 1110001 1010001 10010

Color Harmonies of #125509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125509

Black with #125509

Text Example


Text Example

White with #125509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125509; }

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

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

background-color css

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

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

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

border-color css

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

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

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