#106214

Color #106214 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #106214

Tints of Myrtle #106214

Color information

#106214 (or 0x106214) is unknown color: approx Myrtle. HEX triplet: 10, 62 and 14. RGB value is (16,98,20). Sum of RGB (Red+Green+Blue) = 16+98+20=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 98 (38.67% from 255 or 73.13% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 98 - color contains mainly: green. Hex color #106214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106214 is #EF9DEB. Grayscale: #404040. Windows color (decimal): -15703532 or 1335824. OLE color: 1335824.

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

Color convert

RGB169820-
CMYK0.8400.800.62
HSL122.93º71.93%22.35%-
HSV(B)122.93º83.67%38.43%-
XYZ4.718.92.13-
YUV64.59102.8393.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 98 (38.67% from 255) = 73.13%
BLUE value IS 20 (8.20% from 255) = 14.93%
R=11.94%
G=73.13%
B=14.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698200.8400.800.62122.9371.9322.35
Hex106214540503E7b4816
Octal201422412401207617311026
Binary100001100010101001010100010100001111101111011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106214; }

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

 H1.HeaderClassName
 {
   color: #106214;
 }
 .AnyTagClassName
 {
   color: #106214;
 }
</style>
background-color css

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

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

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

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

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

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