#127510

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

Shades of Green #127510

Tints of Green #127510

Color information

#127510 (or 0x127510) is unknown color: approx Green. HEX triplet: 12, 75 and 10. RGB value is (18,117,16). Sum of RGB (Red+Green+Blue) = 18+117+16=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 117 (46.09% from 255 or 77.48% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 117 - color contains mainly: green. Hex color #127510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127510 is #ED8AEF. Grayscale: #4C4C4C. Windows color (decimal): -15567600 or 1078546. OLE color: 1078546.

HSL color Cylindrical-coordinate representation of color #127510: hue angle of 118.81º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127510 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1811716-
CMYK0.8500.860.54
HSL118.81º75.94%26.08%-
HSV(B)118.81º86.32%45.88%-
XYZ6.712.892.62-
YUV75.8994.286.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 117 (46.09% from 255) = 77.48%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=11.92%
G=77.48%
B=10.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18117160.8500.860.54118.8175.9426.08
Hex1275105505636774c1a
Octal221652012501266616711432
Binary100101110101100001010101010101101101101110111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127510; }

 p { color: rgb(18,117,16); }

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

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

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

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

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

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

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