#075601

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

Shades of Green #075601

Tints of Green #075601

Color information

#075601 (or 0x075601) is unknown color: approx Green. HEX triplet: 07, 56 and 01. RGB value is (7,86,1). Sum of RGB (Red+Green+Blue) = 7+86+1=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 86 (33.98% from 255 or 91.49% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 86 - color contains mainly: green. Hex color #075601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075601 is #F8A9FE. Grayscale: #343434. Windows color (decimal): -16296447 or 87559. OLE color: 87559.

HSL color Cylindrical-coordinate representation of color #075601: hue angle of 115.76º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #075601 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB7861-
CMYK0.9200.990.66
HSL115.76º97.7%17.06%-
HSV(B)115.76º98.84%33.73%-
XYZ3.426.71.14-
YUV52.6998.8395.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.45%
GREEN value IS 86 (33.98% from 255) = 91.49%
BLUE value IS 1 (0.78% from 255) = 1.06%
R=7.45%
G=91.49%
B=1.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal78610.9200.990.66115.7697.717.06
Hex75615C06342746211
Octal71261134014310216414221
Binary1111010110110111000110001110000101110100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075601; }

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

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

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

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

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

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

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

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