#078C06

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

Shades of Green #078C06

Tints of Green #078C06

Color information

#078C06 (or 0x078C06) is unknown color: approx Green. HEX triplet: 07, 8C and 06. RGB value is (7,140,6). Sum of RGB (Red+Green+Blue) = 7+140+6=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 140 (55.08% from 255 or 91.50% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 140 - color contains mainly: green. Hex color #078C06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078C06 is #F873F9. Grayscale: #555555. Windows color (decimal): -16282618 or 429063. OLE color: 429063.

HSL color Cylindrical-coordinate representation of color #078C06: hue angle of 119.55º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078C06 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB71406-
CMYK0.9500.960.45
HSL119.55º91.78%28.63%-
HSV(B)119.55º95.71%54.9%-
XYZ9.518.813.3-
YUV84.9683.4472.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.58%
GREEN value IS 140 (55.08% from 255) = 91.50%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=4.58%
G=91.50%
B=3.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal714060.9500.960.45119.5591.7828.63
Hex78C65F0602D785c1d
Octal7214613701405517013435
Binary111100011001101011111011000001011011111000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078C06; }

 p { color: rgb(7,140,6); }

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

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

 a { background-color: rgb(7,140,6); }

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

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

 span { border-color: rgb(7,140,6); }

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