Html Css Color HEX #166013 Myrtle

📋 copy color: '#166013'

red 22 ◦ green 96 ◦ blue 19

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

Shades of Myrtle #166013

Tints of Myrtle #166013

RGB

 RED value IS 22 (8.98% from 255) = 16.06%

 GREEN value IS 96 (37.89% from 255) = 70.07%

 BLUE value IS 19 (7.81% from 255) = 13.87%

R = 16.06%
G = 70.07%
B = 13.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#166013 (or 0x166013) is known color: Myrtle. HEX triplet: 16, 60 and 13. RGB value is (22,96,19). Sum of RGB (Red+Green+Blue) = 22+96+19=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 96 (37.89% from 255 or 70.07% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 96 - color contains mainly: green. Hex color #166013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166013 is #E99FEC. Grayscale: #414141. Windows color (decimal): -15310829 or 1269782. OLE color: 1269782.

HSL color Cylindrical-coordinate representation of color #166013: hue angle of 117.66º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166013 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 96 19 -
CMYK 0.77 0 0.80 0.62
HSL 117.66º 0.67% 0.23% -
HSV(B) 117.66º 0.8% 0.38% -
XYZ 4.63 8.58 2.03 -
YUV 65.1 101.98 97.26 -
System Red Green Blue C M Y K H S L
Decimal 22 96 19 0.77 0 0.80 0.62 117.66 0.67 0.23
Hex 16 60 13 4D 0 50 3E 76 43 17
Octal 26 140 23 115 0 120 76 166 103 27
Binary 10110 1100000 10011 1001101 0 1010000 111110 1110110 1000011 10111

Color Harmonies of #166013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166013

Black with #166013

Text Example


Text Example

White with #166013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166013; }

 p { color: rgb(22,96,19); }

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

background-color css

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

 a { background-color: rgb(22,96,19); }

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

border-color css

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

 span { border-color: rgb(22,96,19); }

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