#107B0A

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

Shades of Green #107B0A

Tints of Green #107B0A

Color information

#107B0A (or 0x107B0A) is unknown color: approx Green. HEX triplet: 10, 7B and 0A. RGB value is (16,123,10). Sum of RGB (Red+Green+Blue) = 16+123+10=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 123 (48.44% from 255 or 82.55% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 123 - color contains mainly: green. Hex color #107B0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107B0A is #EF84F5. Grayscale: #4E4E4E. Windows color (decimal): -15697142 or 686864. OLE color: 686864.

HSL color Cylindrical-coordinate representation of color #107B0A: hue angle of 116.81º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107B0A is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.52.

Color convert

RGB1612310-
CMYK0.8700.920.52
HSL116.81º84.96%26.08%-
HSV(B)116.81º91.87%48.24%-
XYZ7.3514.32.66-
YUV78.1289.5583.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.74%
GREEN value IS 123 (48.44% from 255) = 82.55%
BLUE value IS 10 (4.30% from 255) = 6.71%
R=10.74%
G=82.55%
B=6.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16123100.8700.920.52116.8184.9626.08
Hex107BA5705C3475551a
Octal201731212701346416512532
Binary10000111101110101010111010111001101001110101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107B0A; }

 p { color: rgb(16,123,10); }

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

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

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

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

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

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

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