#075801

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

Shades of Green #075801

Tints of Green #075801

Color information

#075801 (or 0x075801) is unknown color: approx Green. HEX triplet: 07, 58 and 01. RGB value is (7,88,1). Sum of RGB (Red+Green+Blue) = 7+88+1=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 88 (34.77% from 255 or 91.67% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 88 - color contains mainly: green. Hex color #075801 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075801 is #F8A7FE. Grayscale: #363636. Windows color (decimal): -16295935 or 88071. OLE color: 88071.

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

Color convert

RGB7881-
CMYK0.9200.990.65
HSL115.86º97.75%17.45%-
HSV(B)115.86º98.86%34.51%-
XYZ3.587.031.2-
YUV53.8698.1694.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.29%
GREEN value IS 88 (34.77% from 255) = 91.67%
BLUE value IS 1 (0.78% from 255) = 1.04%
R=7.29%
G=91.67%
B=1.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal78810.9200.990.65115.8697.7517.45
Hex75815C06341746211
Octal71301134014310116414221
Binary1111011000110111000110001110000011110100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075801; }

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

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

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

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

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

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

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

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