#107812

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

Shades of Green #107812

Tints of Green #107812

Color information

#107812 (or 0x107812) is unknown color: approx Green. HEX triplet: 10, 78 and 12. RGB value is (16,120,18). Sum of RGB (Red+Green+Blue) = 16+120+18=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 120 (47.27% from 255 or 77.92% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 120 - color contains mainly: green. Hex color #107812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107812 is #EF87ED. Grayscale: #4D4D4D. Windows color (decimal): -15697902 or 1210384. OLE color: 1210384.

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

Color convert

RGB1612018-
CMYK0.8700.850.53
HSL121.15º76.47%26.67%-
HSV(B)121.15º86.67%47.06%-
XYZ7.0413.592.82-
YUV77.2894.5484.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.39%
GREEN value IS 120 (47.27% from 255) = 77.92%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=10.39%
G=77.92%
B=11.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16120180.8700.850.53121.1576.4726.67
Hex1078125705535794c1b
Octal201702212701256517111433
Binary100001111000100101010111010101011101011111001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107812; }

 p { color: rgb(16,120,18); }

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

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

 a { background-color: rgb(16,120,18); }

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

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

 span { border-color: rgb(16,120,18); }

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