#107212

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

Shades of Green #107212

Tints of Green #107212

Color information

#107212 (or 0x107212) is unknown color: approx Green. HEX triplet: 10, 72 and 12. RGB value is (16,114,18). Sum of RGB (Red+Green+Blue) = 16+114+18=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 114 (44.92% from 255 or 77.03% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 114 - color contains mainly: green. Hex color #107212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107212 is #EF8DED. Grayscale: #4A4A4A. Windows color (decimal): -15699438 or 1208848. OLE color: 1208848.

HSL color Cylindrical-coordinate representation of color #107212: hue angle of 121.22º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107212 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1611418-
CMYK0.8600.840.55
HSL121.22º75.38%25.49%-
HSV(B)121.22º85.96%44.71%-
XYZ6.3412.192.59-
YUV73.7596.5386.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.81%
GREEN value IS 114 (44.92% from 255) = 77.03%
BLUE value IS 18 (7.42% from 255) = 12.16%
R=10.81%
G=77.03%
B=12.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16114180.8600.840.55121.2275.3825.49
Hex1072125605437794b19
Octal201622212601246717111331
Binary100001110010100101010110010101001101111111001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107212; }

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

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

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

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

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

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

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

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