#106213

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

Shades of Green #106213

Tints of Green #106213

Color information

#106213 (or 0x106213) is unknown color: approx Green. HEX triplet: 10, 62 and 13. RGB value is (16,98,19). Sum of RGB (Red+Green+Blue) = 16+98+19=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 98 (38.67% from 255 or 73.68% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 98 - color contains mainly: green. Hex color #106213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106213 is #EF9DEC. Grayscale: #404040. Windows color (decimal): -15703533 or 1270288. OLE color: 1270288.

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

Color convert

RGB169819-
CMYK0.8400.810.62
HSL122.2º71.93%22.35%-
HSV(B)122.2º83.67%38.43%-
XYZ4.78.892.08-
YUV64.48102.3393.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.03%
GREEN value IS 98 (38.67% from 255) = 73.68%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=12.03%
G=73.68%
B=14.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698190.8400.810.62122.271.9322.35
Hex106213540513E7a4816
Octal201422312401217617211026
Binary100001100010100111010100010100011111101111010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106213; }

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

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

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

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

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

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

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

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