#127601

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

Shades of Green #127601

Tints of Green #127601

Color information

#127601 (or 0x127601) is unknown color: approx Green. HEX triplet: 12, 76 and 01. RGB value is (18,118,1). Sum of RGB (Red+Green+Blue) = 18+118+1=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 118 (46.48% from 255 or 86.13% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 118 - color contains mainly: green. Hex color #127601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127601 is #ED89FE. Grayscale: #4B4B4B. Windows color (decimal): -15567359 or 95762. OLE color: 95762.

HSL color Cylindrical-coordinate representation of color #127601: hue angle of 111.28º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #127601 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB181181-
CMYK0.8500.990.54
HSL111.28º98.32%23.33%-
HSV(B)111.28º99.15%46.27%-
XYZ6.7313.092.2-
YUV74.7686.3787.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 118 (46.48% from 255) = 86.13%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=13.14%
G=86.13%
B=0.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1811810.8500.990.54111.2898.3223.33
Hex1276155063366f6217
Octal22166112501436615714227
Binary10010111011011010101011000111101101101111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127601; }

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

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

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

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

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

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

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

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