Html Css Color HEX #106014 Myrtle

📋 copy color: '#106014'

red 16 ◦ green 96 ◦ blue 20

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

Shades of Myrtle #106014

Tints of Myrtle #106014

RGB

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

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

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

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

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #106014: hue angle of 123º 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 #106014 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 96 20 -
CMYK 0.83 0 0.79 0.62
HSL 123º 0.71% 0.22% -
HSV(B) 123º 0.83% 0.38% -
XYZ 4.52 8.53 2.07 -
YUV 63.42 103.5 94.18 -
System Red Green Blue C M Y K H S L
Decimal 16 96 20 0.83 0 0.79 0.62 123 0.71 0.22
Hex 10 60 14 53 0 4F 3E 7B 47 16
Octal 20 140 24 123 0 117 76 173 107 26
Binary 10000 1100000 10100 1010011 0 1001111 111110 1111011 1000111 10110

Color Harmonies of #106014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106014

Black with #106014

Text Example


Text Example

White with #106014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106014; }

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

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

background-color css

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

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

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

border-color css

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

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

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