#127610

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

Shades of Green #127610

Tints of Green #127610

Color information

#127610 (or 0x127610) is unknown color: approx Green. HEX triplet: 12, 76 and 10. RGB value is (18,118,16). Sum of RGB (Red+Green+Blue) = 18+118+16=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 118 (46.48% from 255 or 77.63% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 118 - color contains mainly: green. Hex color #127610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127610 is #ED89EF. Grayscale: #4C4C4C. Windows color (decimal): -15567344 or 1078802. OLE color: 1078802.

HSL color Cylindrical-coordinate representation of color #127610: hue angle of 118.82º 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 #127610 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1811816-
CMYK0.8500.860.54
HSL118.82º76.12%26.27%-
HSV(B)118.82º86.44%46.27%-
XYZ6.8213.122.66-
YUV76.4793.8786.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 118 (46.48% from 255) = 77.63%
BLUE value IS 16 (6.64% from 255) = 10.53%
R=11.84%
G=77.63%
B=10.53%

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
Decimal18118160.8500.860.54118.8276.1226.27
Hex1276105505636774c1a
Octal221662012501266616711432
Binary100101110110100001010101010101101101101110111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127610; }

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

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

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

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

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

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

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

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