#127110

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

Shades of Green #127110

Tints of Green #127110

Color information

#127110 (or 0x127110) is unknown color: approx Green. HEX triplet: 12, 71 and 10. RGB value is (18,113,16). Sum of RGB (Red+Green+Blue) = 18+113+16=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 113 (44.53% from 255 or 76.87% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 113 - color contains mainly: green. Hex color #127110 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127110 is #ED8EEF. Grayscale: #494949. Windows color (decimal): -15568624 or 1077522. OLE color: 1077522.

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

Color convert

RGB1811316-
CMYK0.8400.860.56
HSL118.76º75.19%25.29%-
HSV(B)118.76º85.84%44.31%-
XYZ6.2511.982.47-
YUV73.5495.5388.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 113 (44.53% from 255) = 76.87%
BLUE value IS 16 (6.64% from 255) = 10.88%
R=12.24%
G=76.87%
B=10.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18113160.8400.860.56118.7675.1925.29
Hex1271105405638774b19
Octal221612012401267016711331
Binary100101110001100001010100010101101110001110111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127110; }

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

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

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

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

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

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

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

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