Html Css Color HEX #146116 Myrtle

📋 copy color: '#146116'

red 20 ◦ green 97 ◦ blue 22

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

Shades of Myrtle #146116

Tints of Myrtle #146116

RGB

 RED value IS 20 (8.2% from 255) = 14.39%

 GREEN value IS 97 (38.28% from 255) = 69.78%

 BLUE value IS 22 (8.98% from 255) = 15.83%

R = 14.39%
G = 69.78%
B = 15.83%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#146116 (or 0x146116) is known color: Myrtle. HEX triplet: 14, 61 and 16. RGB value is (20,97,22). Sum of RGB (Red+Green+Blue) = 20+97+22=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 97 (38.28% from 255 or 69.78% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 97 - color contains mainly: green. Hex color #146116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146116 is #EB9EE9. Grayscale: #414141. Windows color (decimal): -15441642 or 1466644. OLE color: 1466644.

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

Color convert

RGB 20 97 22 -
CMYK 0.79 0 0.77 0.62
HSL 121.56º 0.66% 0.23% -
HSV(B) 121.56º 0.79% 0.38% -
XYZ 4.71 8.76 2.2 -
YUV 65.43 103.49 95.6 -
System Red Green Blue C M Y K H S L
Decimal 20 97 22 0.79 0 0.77 0.62 121.56 0.66 0.23
Hex 14 61 16 4F 0 4D 3E 7A 42 17
Octal 24 141 26 117 0 115 76 172 102 27
Binary 10100 1100001 10110 1001111 0 1001101 111110 1111010 1000010 10111

Color Harmonies of #146116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146116

Black with #146116

Text Example


Text Example

White with #146116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146116; }

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

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

background-color css

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

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

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

border-color css

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

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

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