Html Css Color HEX #125606 Myrtle

📋 copy color: '#125606'

red 18 ◦ green 86 ◦ blue 6

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

Shades of Myrtle #125606

Tints of Myrtle #125606

RGB

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

 GREEN value IS 86 (33.98% from 255) = 78.18%

 BLUE value IS 6 (2.73% from 255) = 5.45%

R = 16.36%
G = 78.18%
B = 5.45%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#125606 (or 0x125606) is known color: Myrtle. HEX triplet: 12, 56 and 06. RGB value is (18,86,6). Sum of RGB (Red+Green+Blue) = 18+86+6=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 86 (33.98% from 255 or 78.18% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 86 - color contains mainly: green. Hex color #125606 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125606 is #EDA9F9. Grayscale: #383838. Windows color (decimal): -15575546 or 415250. OLE color: 415250.

HSL color Cylindrical-coordinate representation of color #125606: hue angle of 111º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125606 is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 86 6 -
CMYK 0.79 0 0.93 0.66
HSL 111º 0.87% 0.18% -
HSV(B) 111º 0.93% 0.34% -
XYZ 3.61 6.8 1.29 -
YUV 56.55 99.47 100.5 -
System Red Green Blue C M Y K H S L
Decimal 18 86 6 0.79 0 0.93 0.66 111 0.87 0.18
Hex 12 56 6 4F 0 5D 42 6F 57 12
Octal 22 126 6 117 0 135 102 157 127 22
Binary 10010 1010110 110 1001111 0 1011101 1000010 1101111 1010111 10010

Color Harmonies of #125606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125606

Black with #125606

Text Example


Text Example

White with #125606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125606; }

 p { color: rgb(18,86,6); }

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

background-color css

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

 a { background-color: rgb(18,86,6); }

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

border-color css

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

 span { border-color: rgb(18,86,6); }

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