Html Css Color HEX #146010 Myrtle

📋 copy color: '#146010'

red 20 ◦ green 96 ◦ blue 16

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

Shades of Myrtle #146010

Tints of Myrtle #146010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.12%

R = 15.15%
G = 72.73%
B = 12.12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#146010 (or 0x146010) is known color: Myrtle. HEX triplet: 14, 60 and 10. RGB value is (20,96,16). Sum of RGB (Red+Green+Blue) = 20+96+16=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 96 (37.89% from 255 or 72.73% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 96 - color contains mainly: green. Hex color #146010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146010 is #EB9FEF. Grayscale: #404040. Windows color (decimal): -15441904 or 1073172. OLE color: 1073172.

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

Color convert

RGB 20 96 16 -
CMYK 0.79 0 0.83 0.62
HSL 117º 0.71% 0.22% -
HSV(B) 117º 0.83% 0.38% -
XYZ 4.56 8.55 1.9 -
YUV 64.16 100.82 96.5 -
System Red Green Blue C M Y K H S L
Decimal 20 96 16 0.79 0 0.83 0.62 117 0.71 0.22
Hex 14 60 10 4F 0 53 3E 75 47 16
Octal 24 140 20 117 0 123 76 165 107 26
Binary 10100 1100000 10000 1001111 0 1010011 111110 1110101 1000111 10110

Color Harmonies of #146010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146010

Black with #146010

Text Example


Text Example

White with #146010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146010; }

 p { color: rgb(20,96,16); }

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

background-color css

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

 a { background-color: rgb(20,96,16); }

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

border-color css

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

 span { border-color: rgb(20,96,16); }

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