#107E07

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

Shades of Green #107E07

Tints of Green #107E07

Color information

#107E07 (or 0x107E07) is unknown color: approx Green. HEX triplet: 10, 7E and 07. RGB value is (16,126,7). Sum of RGB (Red+Green+Blue) = 16+126+7=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 126 (49.61% from 255 or 84.56% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 126 - color contains mainly: green. Hex color #107E07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107E07 is #EF81F8. Grayscale: #4F4F4F. Windows color (decimal): -15696377 or 491024. OLE color: 491024.

HSL color Cylindrical-coordinate representation of color #107E07: hue angle of 115.46º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #107E07 is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB161267-
CMYK0.8700.940.51
HSL115.46º89.47%26.08%-
HSV(B)115.46º94.44%49.41%-
XYZ7.7115.052.7-
YUV79.5487.0682.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.74%
GREEN value IS 126 (49.61% from 255) = 84.56%
BLUE value IS 7 (3.12% from 255) = 4.70%
R=10.74%
G=84.56%
B=4.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1612670.8700.940.51115.4689.4726.08
Hex107E75705E3373591a
Octal20176712701366316313132
Binary1000011111101111010111010111101100111110011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,126,7); }

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

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

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

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

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

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

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