Html Css Color HEX #125205 Myrtle

📋 copy color: '#125205'

red 18 ◦ green 82 ◦ blue 5

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

Shades of Myrtle #125205

Tints of Myrtle #125205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 78.1%

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

R = 17.14%
G = 78.1%
B = 4.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#125205 (or 0x125205) is known color: Myrtle. HEX triplet: 12, 52 and 05. RGB value is (18,82,5). Sum of RGB (Red+Green+Blue) = 18+82+5=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 82 (32.42% from 255 or 78.10% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 82 - color contains mainly: green. Hex color #125205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125205 is #EDADFA. Grayscale: #363636. Windows color (decimal): -15576571 or 348690. OLE color: 348690.

HSL color Cylindrical-coordinate representation of color #125205: hue angle of 109.87º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #125205 is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 82 5 -
CMYK 0.78 0 0.94 0.68
HSL 109.87º 0.89% 0.17% -
HSV(B) 109.87º 0.94% 0.32% -
XYZ 3.29 6.17 1.16 -
YUV 54.09 100.3 102.26 -
System Red Green Blue C M Y K H S L
Decimal 18 82 5 0.78 0 0.94 0.68 109.87 0.89 0.17
Hex 12 52 5 4E 0 5E 44 6E 59 11
Octal 22 122 5 116 0 136 104 156 131 21
Binary 10010 1010010 101 1001110 0 1011110 1000100 1101110 1011001 10001

Color Harmonies of #125205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125205

Black with #125205

Text Example


Text Example

White with #125205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125205; }

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

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

background-color css

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

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

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

border-color css

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

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

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