Html Css Color HEX #166514 Myrtle

📋 copy color: '#166514'

red 22 ◦ green 101 ◦ blue 20

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

Shades of Myrtle #166514

Tints of Myrtle #166514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 70.63%

 BLUE value IS 20 (8.2% from 255) = 13.99%

R = 15.38%
G = 70.63%
B = 13.99%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#166514 (or 0x166514) is known color: Myrtle. HEX triplet: 16, 65 and 14. RGB value is (22,101,20). Sum of RGB (Red+Green+Blue) = 22+101+20=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 101 (39.84% from 255 or 70.63% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 101 - color contains mainly: green. Hex color #166514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166514 is #E99AEB. Grayscale: #444444. Windows color (decimal): -15309548 or 1336598. OLE color: 1336598.

HSL color Cylindrical-coordinate representation of color #166514: hue angle of 118.52º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166514 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 22 101 20 -
CMYK 0.78 0 0.80 0.60
HSL 118.52º 0.67% 0.24% -
HSV(B) 118.52º 0.8% 0.4% -
XYZ 5.11 9.53 2.23 -
YUV 68.15 100.83 95.09 -
System Red Green Blue C M Y K H S L
Decimal 22 101 20 0.78 0 0.80 0.60 118.52 0.67 0.24
Hex 16 65 14 4E 0 50 3C 77 43 18
Octal 26 145 24 116 0 120 74 167 103 30
Binary 10110 1100101 10100 1001110 0 1010000 111100 1110111 1000011 11000

Color Harmonies of #166514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166514

Black with #166514

Text Example


Text Example

White with #166514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166514; }

 p { color: rgb(22,101,20); }

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

background-color css

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

 a { background-color: rgb(22,101,20); }

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

border-color css

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

 span { border-color: rgb(22,101,20); }

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