#107701

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

Shades of Green #107701

Tints of Green #107701

Color information

#107701 (or 0x107701) is unknown color: approx Green. HEX triplet: 10, 77 and 01. RGB value is (16,119,1). Sum of RGB (Red+Green+Blue) = 16+119+1=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 119 (46.88% from 255 or 87.5% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 119 - color contains mainly: green. Hex color #107701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107701 is #EF88FE. Grayscale: #4B4B4B. Windows color (decimal): -15698175 or 96016. OLE color: 96016.

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

Color convert

RGB161191-
CMYK0.8700.990.53
HSL112.37º98.33%23.53%-
HSV(B)112.37º99.16%46.67%-
XYZ6.8213.312.24-
YUV74.7586.3886.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.76%
GREEN value IS 119 (46.88% from 255) = 87.5%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=11.76%
G=87.5%
B=0.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1611910.8700.990.53112.3798.3323.53
Hex107715706335706218
Octal20167112701436516014230
Binary10000111011111010111011000111101011110000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107701; }

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

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

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

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

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

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

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

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