Html Css Color HEX #125505 Myrtle

📋 copy color: '#125505'

red 18 ◦ green 85 ◦ blue 5

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

Shades of Myrtle #125505

Tints of Myrtle #125505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.63%

R = 16.67%
G = 78.7%
B = 4.63%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#125505 (or 0x125505) is known color: Myrtle. HEX triplet: 12, 55 and 05. RGB value is (18,85,5). Sum of RGB (Red+Green+Blue) = 18+85+5=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 85 (33.59% from 255 or 78.70% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 85 - color contains mainly: green. Hex color #125505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125505 is #EDAAFA. Grayscale: #383838. Windows color (decimal): -15575803 or 349458. OLE color: 349458.

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

Color convert

RGB 18 85 5 -
CMYK 0.79 0 0.94 0.67
HSL 110.25º 0.89% 0.18% -
HSV(B) 110.25º 0.94% 0.33% -
XYZ 3.53 6.64 1.24 -
YUV 55.85 99.3 101 -
System Red Green Blue C M Y K H S L
Decimal 18 85 5 0.79 0 0.94 0.67 110.25 0.89 0.18
Hex 12 55 5 4F 0 5E 43 6E 59 12
Octal 22 125 5 117 0 136 103 156 131 22
Binary 10010 1010101 101 1001111 0 1011110 1000011 1101110 1011001 10010

Color Harmonies of #125505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125505

Black with #125505

Text Example


Text Example

White with #125505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125505; }

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

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

background-color css

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

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

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

border-color css

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

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

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