#078701

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

Shades of Green #078701

Tints of Green #078701

Color information

#078701 (or 0x078701) is unknown color: approx Green. HEX triplet: 07, 87 and 01. RGB value is (7,135,1). Sum of RGB (Red+Green+Blue) = 7+135+1=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 135 (53.12% from 255 or 94.41% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 135 - color contains mainly: green. Hex color #078701 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078701 is #F878FE. Grayscale: #515151. Windows color (decimal): -16283903 or 100103. OLE color: 100103.

HSL color Cylindrical-coordinate representation of color #078701: hue angle of 117.31º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #078701 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB71351-
CMYK0.9500.990.47
HSL117.31º98.53%26.67%-
HSV(B)117.31º99.26%52.94%-
XYZ8.7617.382.92-
YUV81.4582.5974.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.90%
GREEN value IS 135 (53.12% from 255) = 94.41%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=4.90%
G=94.41%
B=0.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal713510.9500.990.47117.3198.5326.67
Hex78715F0632F75631b
Octal7207113701435716514333
Binary1111000011111011111011000111011111110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078701; }

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

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

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

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

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

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

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

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