#077518

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

Shades of Green #077518

Tints of Green #077518

Color information

#077518 (or 0x077518) is unknown color: approx Green. HEX triplet: 07, 75 and 18. RGB value is (7,117,24). Sum of RGB (Red+Green+Blue) = 7+117+24=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 117 (46.09% from 255 or 79.05% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 117 - color contains mainly: green. Hex color #077518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077518 is #F88AE7. Grayscale: #494949. Windows color (decimal): -16288488 or 1602823. OLE color: 1602823.

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

Color convert

RGB711724-
CMYK0.9400.790.54
HSL129.27º88.71%24.31%-
HSV(B)129.27º94.02%45.88%-
XYZ6.6112.832.99-
YUV73.51100.0680.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 117 (46.09% from 255) = 79.05%
BLUE value IS 24 (9.77% from 255) = 16.22%
R=4.73%
G=79.05%
B=16.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7117240.9400.790.54129.2788.7124.31
Hex775185E04F36815918
Octal71653013601176620113130
Binary11111101011100010111100100111111011010000001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077518; }

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

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

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

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

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

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

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

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