#007505

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

Shades of Green #007505

Tints of Green #007505

Color information

#007505 (or 0x007505) is unknown color: approx Green. HEX triplet: 00, 75 and 05. RGB value is (0,117,5). Sum of RGB (Red+Green+Blue) = 0+117+5=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 117 (46.09% from 255 or 95.90% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 117 - color contains mainly: green. Hex color #007505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007505 is #FF8AFA. Grayscale: #454545. Windows color (decimal): -16747259 or 357632. OLE color: 357632.

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

Color convert

RGB01175-
CMYK100.960.54
HSL122.56º100%22.94%-
HSV(B)122.56º100%45.88%-
XYZ6.3912.732.26-
YUV69.2591.7478.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 117 (46.09% from 255) = 95.90%
BLUE value IS 5 (2.34% from 255) = 4.10%
R=0%
G=95.90%
B=4.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal01175100.960.54122.5610022.94
Hex075564060367b6417
Octal0165514401406617314427
Binary011101011011100100011000001101101111011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007505; }

 p { color: rgb(0,117,5); }

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

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

 a { background-color: rgb(0,117,5); }

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

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

 span { border-color: rgb(0,117,5); }

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