#077508

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

Shades of Green #077508

Tints of Green #077508

Color information

#077508 (or 0x077508) is unknown color: approx Green. HEX triplet: 07, 75 and 08. RGB value is (7,117,8). Sum of RGB (Red+Green+Blue) = 7+117+8=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 117 (46.09% from 255 or 88.64% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 117 - color contains mainly: green. Hex color #077508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077508 is #F88AF7. Grayscale: #484848. Windows color (decimal): -16288504 or 554247. OLE color: 554247.

HSL color Cylindrical-coordinate representation of color #077508: hue angle of 120.55º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077508 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB71178-
CMYK0.9400.930.54
HSL120.55º88.71%24.31%-
HSV(B)120.55º94.02%45.88%-
XYZ6.4912.792.36-
YUV71.6892.0681.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 117 (46.09% from 255) = 88.64%
BLUE value IS 8 (3.52% from 255) = 6.06%
R=5.30%
G=88.64%
B=6.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711780.9400.930.54120.5588.7124.31
Hex77585E05D36795918
Octal71651013601356617113130
Binary111111010110001011110010111011101101111001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077508; }

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

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

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

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

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

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

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

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