#127611

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

Shades of Green #127611

Tints of Green #127611

Color information

#127611 (or 0x127611) is unknown color: approx Green. HEX triplet: 12, 76 and 11. RGB value is (18,118,17). Sum of RGB (Red+Green+Blue) = 18+118+17=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 118 (46.48% from 255 or 77.12% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 118 - color contains mainly: green. Hex color #127611 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127611 is #ED89EE. Grayscale: #4C4C4C. Windows color (decimal): -15567343 or 1144338. OLE color: 1144338.

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

Color convert

RGB1811817-
CMYK0.8500.860.54
HSL119.41º74.81%26.47%-
HSV(B)119.41º85.59%46.27%-
XYZ6.8313.132.7-
YUV76.5994.3786.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 118 (46.48% from 255) = 77.12%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=11.76%
G=77.12%
B=11.11%

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
Decimal18118170.8500.860.54119.4174.8126.47
Hex1276115505636774b1a
Octal221662112501266616711332
Binary100101110110100011010101010101101101101110111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127611; }

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

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

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

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

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

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

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

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