#106813

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

Shades of Green #106813

Tints of Green #106813

Color information

#106813 (or 0x106813) is unknown color: approx Green. HEX triplet: 10, 68 and 13. RGB value is (16,104,19). Sum of RGB (Red+Green+Blue) = 16+104+19=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 104 (41.02% from 255 or 74.82% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 104 - color contains mainly: green. Hex color #106813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106813 is #EF97EC. Grayscale: #444444. Windows color (decimal): -15701997 or 1271824. OLE color: 1271824.

HSL color Cylindrical-coordinate representation of color #106813: hue angle of 122.05º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106813 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1610419-
CMYK0.8500.820.59
HSL122.05º73.33%23.53%-
HSV(B)122.05º84.62%40.78%-
XYZ5.2810.062.28-
YUV68100.3590.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.51%
GREEN value IS 104 (41.02% from 255) = 74.82%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=11.51%
G=74.82%
B=13.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16104190.8500.820.59122.0573.3323.53
Hex106813550523B7a4918
Octal201502312501227317211130
Binary100001101000100111010101010100101110111111010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106813; }

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

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

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

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

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

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

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

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