#075702

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

Shades of Green #075702

Tints of Green #075702

Color information

#075702 (or 0x075702) is unknown color: approx Green. HEX triplet: 07, 57 and 02. RGB value is (7,87,2). Sum of RGB (Red+Green+Blue) = 7+87+2=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 87 (34.38% from 255 or 90.62% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 87 - color contains mainly: green. Hex color #075702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075702 is #F8A8FD. Grayscale: #353535. Windows color (decimal): -16296190 or 153351. OLE color: 153351.

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

Color convert

RGB7872-
CMYK0.9200.980.66
HSL116.47º95.51%17.45%-
HSV(B)116.47º97.7%34.12%-
XYZ3.516.871.2-
YUV53.399994.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.29%
GREEN value IS 87 (34.38% from 255) = 90.62%
BLUE value IS 2 (1.17% from 255) = 2.08%
R=7.29%
G=90.62%
B=2.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal78720.9200.980.66116.4795.5117.45
Hex75725C06242746011
Octal71272134014210216414021
Binary11110101111010111000110001010000101110100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075702; }

 p { color: rgb(7,87,2); }

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

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

 a { background-color: rgb(7,87,2); }

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

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

 span { border-color: rgb(7,87,2); }

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