#077501

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

Shades of Green #077501

Tints of Green #077501

Color information

#077501 (or 0x077501) is unknown color: approx Green. HEX triplet: 07, 75 and 01. RGB value is (7,117,1). Sum of RGB (Red+Green+Blue) = 7+117+1=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 117 (46.09% from 255 or 93.6% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 117 - color contains mainly: green. Hex color #077501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077501 is #F88AFE. Grayscale: #474747. Windows color (decimal): -16288511 or 95495. OLE color: 95495.

HSL color Cylindrical-coordinate representation of color #077501: hue angle of 116.9º 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 #077501 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB71171-
CMYK0.9400.990.54
HSL116.9º98.31%23.14%-
HSV(B)116.9º99.15%45.88%-
XYZ6.4512.772.15-
YUV70.8988.5682.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.6%
GREEN value IS 117 (46.09% from 255) = 93.6%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=5.6%
G=93.6%
B=0.8%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711710.9400.990.54116.998.3123.14
Hex77515E06336756217
Octal7165113601436616514227
Binary111111010111011110011000111101101110101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077501; }

 p { color: rgb(7,117,1); }

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

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

 a { background-color: rgb(7,117,1); }

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

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

 span { border-color: rgb(7,117,1); }

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