#106107

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

Shades of Green #106107

Tints of Green #106107

Color information

#106107 (or 0x106107) is unknown color: approx Green. HEX triplet: 10, 61 and 07. RGB value is (16,97,7). Sum of RGB (Red+Green+Blue) = 16+97+7=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 97 (38.28% from 255 or 80.83% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 97 - color contains mainly: green. Hex color #106107 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106107 is #EF9EF8. Grayscale: #3E3E3E. Windows color (decimal): -15703801 or 483600. OLE color: 483600.

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

Color convert

RGB16977-
CMYK0.8400.930.62
HSL114º86.54%20.39%-
HSV(B)114º92.78%38.04%-
XYZ4.538.671.64-
YUV62.5296.6694.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.33%
GREEN value IS 97 (38.28% from 255) = 80.83%
BLUE value IS 7 (3.12% from 255) = 5.83%
R=13.33%
G=80.83%
B=5.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal169770.8400.930.6211486.5420.39
Hex106175405D3E725714
Octal20141712401357616212724
Binary1000011000011111010100010111011111101110010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106107; }

 p { color: rgb(16,97,7); }

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

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

 a { background-color: rgb(16,97,7); }

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

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

 span { border-color: rgb(16,97,7); }

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