#107702

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

Shades of Green #107702

Tints of Green #107702

Color information

#107702 (or 0x107702) is unknown color: approx Green. HEX triplet: 10, 77 and 02. RGB value is (16,119,2). Sum of RGB (Red+Green+Blue) = 16+119+2=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 119 (46.88% from 255 or 86.86% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 119 - color contains mainly: green. Hex color #107702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107702 is #EF88FD. Grayscale: #4B4B4B. Windows color (decimal): -15698174 or 161552. OLE color: 161552.

HSL color Cylindrical-coordinate representation of color #107702: hue angle of 112.82º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #107702 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB161192-
CMYK0.8700.980.53
HSL112.82º96.69%23.73%-
HSV(B)112.82º98.32%46.67%-
XYZ6.8213.312.27-
YUV74.8686.8886.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.68%
GREEN value IS 119 (46.88% from 255) = 86.86%
BLUE value IS 2 (1.17% from 255) = 1.46%
R=11.68%
G=86.86%
B=1.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1611920.8700.980.53112.8296.6923.73
Hex107725706235716118
Octal20167212701426516114130
Binary100001110111101010111011000101101011110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107702; }

 p { color: rgb(16,119,2); }

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

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

 a { background-color: rgb(16,119,2); }

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

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

 span { border-color: rgb(16,119,2); }

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