#107210

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

Shades of Green #107210

Tints of Green #107210

Color information

#107210 (or 0x107210) is unknown color: approx Green. HEX triplet: 10, 72 and 10. RGB value is (16,114,16). Sum of RGB (Red+Green+Blue) = 16+114+16=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 114 (44.92% from 255 or 78.08% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 114 - color contains mainly: green. Hex color #107210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107210 is #EF8DEF. Grayscale: #494949. Windows color (decimal): -15699440 or 1077776. OLE color: 1077776.

HSL color Cylindrical-coordinate representation of color #107210: hue angle of 120º 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 #107210 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1611416-
CMYK0.8600.860.55
HSL120º75.38%25.49%-
HSV(B)120º85.96%44.71%-
XYZ6.3212.182.51-
YUV73.5395.5386.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 114 (44.92% from 255) = 78.08%
BLUE value IS 16 (6.64% from 255) = 10.96%
R=10.96%
G=78.08%
B=10.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16114160.8600.860.5512075.3825.49
Hex1072105605637784b19
Octal201622012601266717011331
Binary100001110010100001010110010101101101111111000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107210; }

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

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

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

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

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

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

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

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