#127107

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

Shades of Green #127107

Tints of Green #127107

Color information

#127107 (or 0x127107) is unknown color: approx Green. HEX triplet: 12, 71 and 07. RGB value is (18,113,7). Sum of RGB (Red+Green+Blue) = 18+113+7=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 113 (44.53% from 255 or 81.88% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 113 - color contains mainly: green. Hex color #127107 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127107 is #ED8EF8. Grayscale: #484848. Windows color (decimal): -15568633 or 487698. OLE color: 487698.

HSL color Cylindrical-coordinate representation of color #127107: hue angle of 113.77º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #127107 is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB181137-
CMYK0.8400.940.56
HSL113.77º88.33%23.53%-
HSV(B)113.77º93.81%44.31%-
XYZ6.1911.952.18-
YUV72.5191.0389.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 113 (44.53% from 255) = 81.88%
BLUE value IS 7 (3.12% from 255) = 5.07%
R=13.04%
G=81.88%
B=5.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1811370.8400.940.56113.7788.3323.53
Hex127175405E38725818
Octal22161712401367016213030
Binary1001011100011111010100010111101110001110010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127107; }

 p { color: rgb(18,113,7); }

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

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

 a { background-color: rgb(18,113,7); }

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

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

 span { border-color: rgb(18,113,7); }

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