#127709

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

Shades of Green #127709

Tints of Green #127709

Color information

#127709 (or 0x127709) is unknown color: approx Green. HEX triplet: 12, 77 and 09. RGB value is (18,119,9). Sum of RGB (Red+Green+Blue) = 18+119+9=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 119 (46.88% from 255 or 81.51% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 119 - color contains mainly: green. Hex color #127709 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127709 is #ED88F6. Grayscale: #4C4C4C. Windows color (decimal): -15567095 or 620306. OLE color: 620306.

HSL color Cylindrical-coordinate representation of color #127709: hue angle of 115.09º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127709 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB181199-
CMYK0.8500.920.53
HSL115.09º85.94%25.1%-
HSV(B)115.09º92.44%46.67%-
XYZ6.913.342.47-
YUV76.2690.0486.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 119 (46.88% from 255) = 81.51%
BLUE value IS 9 (3.91% from 255) = 6.16%
R=12.33%
G=81.51%
B=6.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1811990.8500.920.53115.0985.9425.1
Hex127795505C35735619
Octal221671112501346516312631
Binary10010111011110011010101010111001101011110011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127709; }

 p { color: rgb(18,119,9); }

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

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

 a { background-color: rgb(18,119,9); }

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

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

 span { border-color: rgb(18,119,9); }

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