#127A07

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

Shades of Green #127A07

Tints of Green #127A07

Color information

#127A07 (or 0x127A07) is unknown color: approx Green. HEX triplet: 12, 7A and 07. RGB value is (18,122,7). Sum of RGB (Red+Green+Blue) = 18+122+7=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 122 (48.05% from 255 or 82.99% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 122 - color contains mainly: green. Hex color #127A07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127A07 is #ED85F8. Grayscale: #4E4E4E. Windows color (decimal): -15566329 or 490002. OLE color: 490002.

HSL color Cylindrical-coordinate representation of color #127A07: hue angle of 114.26º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #127A07 is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB181227-
CMYK0.8500.940.52
HSL114.26º89.15%25.29%-
HSV(B)114.26º94.26%47.84%-
XYZ7.2514.062.53-
YUV77.7988.0485.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 122 (48.05% from 255) = 82.99%
BLUE value IS 7 (3.12% from 255) = 4.76%
R=12.24%
G=82.99%
B=4.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1812270.8500.940.52114.2689.1525.29
Hex127A75505E34725919
Octal22172712501366416213131
Binary1001011110101111010101010111101101001110010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127A07; }

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

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

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

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

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

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

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

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