#078C13

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

Shades of Green #078C13

Tints of Green #078C13

Color information

#078C13 (or 0x078C13) is unknown color: approx Green. HEX triplet: 07, 8C and 13. RGB value is (7,140,19). Sum of RGB (Red+Green+Blue) = 7+140+19=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 140 (55.08% from 255 or 84.34% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 140 - color contains mainly: green. Hex color #078C13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078C13 is #F873EC. Grayscale: #565656. Windows color (decimal): -16282605 or 1281031. OLE color: 1281031.

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

Color convert

RGB714019-
CMYK0.9500.860.45
HSL125.41º90.48%28.82%-
HSV(B)125.41º95%54.9%-
XYZ9.5818.853.75-
YUV86.4489.9471.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.22%
GREEN value IS 140 (55.08% from 255) = 84.34%
BLUE value IS 19 (7.81% from 255) = 11.45%
R=4.22%
G=84.34%
B=11.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7140190.9500.860.45125.4190.4828.82
Hex78C135F0562D7d5a1d
Octal72142313701265517513235
Binary11110001100100111011111010101101011011111101101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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