#127706

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

Shades of Green #127706

Tints of Green #127706

Color information

#127706 (or 0x127706) is unknown color: approx Green. HEX triplet: 12, 77 and 06. RGB value is (18,119,6). Sum of RGB (Red+Green+Blue) = 18+119+6=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 119 (46.88% from 255 or 83.22% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 119 - color contains mainly: green. Hex color #127706 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127706 is #ED88F9. Grayscale: #4C4C4C. Windows color (decimal): -15567098 or 423698. OLE color: 423698.

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

Color convert

RGB181196-
CMYK0.8500.950.53
HSL113.63º90.4%24.51%-
HSV(B)113.63º94.96%46.67%-
XYZ6.8813.342.38-
YUV75.9288.5486.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 119 (46.88% from 255) = 83.22%
BLUE value IS 6 (2.73% from 255) = 4.20%
R=12.59%
G=83.22%
B=4.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1811960.8500.950.53113.6390.424.51
Hex127765505F35725a19
Octal22167612501376516213231
Binary1001011101111101010101010111111101011110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127706; }

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

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

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

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

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

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

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

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