#078600

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

Shades of Green #078600

Tints of Green #078600

Color information

#078600 (or 0x078600) is unknown color: approx Green. HEX triplet: 07, 86 and 00. RGB value is (7,134,0). Sum of RGB (Red+Green+Blue) = 7+134+0=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 134 (52.73% from 255 or 95.04% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 134 - color contains mainly: green. Hex color #078600 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078600 is #F879FF. Grayscale: #515151. Windows color (decimal): -16284160 or 34311. OLE color: 34311.

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

Color convert

RGB71340-
CMYK0.95010.47
HSL116.87º100%26.27%-
HSV(B)116.87º100%52.55%-
XYZ8.6117.12.85-
YUV80.7582.4275.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 134 (52.73% from 255) = 95.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=4.96%
G=95.04%
B=0%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal713400.95010.47116.8710026.27
Hex78605F0642F75641a
Octal7206013701445716514432
Binary1111000011001011111011001001011111110101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078600; }

 p { color: rgb(7,134,0); }

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

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

 a { background-color: rgb(7,134,0); }

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

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

 span { border-color: rgb(7,134,0); }

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