#06780C

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

Shades of Green #06780C

Tints of Green #06780C

Color information

#06780C (or 0x06780C) is unknown color: approx Green. HEX triplet: 06, 78 and 0C. RGB value is (6,120,12). Sum of RGB (Red+Green+Blue) = 6+120+12=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 120 (47.27% from 255 or 86.96% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 120 - color contains mainly: green. Hex color #06780C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06780C is #F987F3. Grayscale: #494949. Windows color (decimal): -16353268 or 817158. OLE color: 817158.

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

Color convert

RGB612012-
CMYK0.9500.900.53
HSL123.16º90.48%24.71%-
HSV(B)123.16º95%47.06%-
XYZ6.8613.52.59-
YUV73.693.2379.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 120 (47.27% from 255) = 86.96%
BLUE value IS 12 (5.08% from 255) = 8.70%
R=4.35%
G=86.96%
B=8.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6120120.9500.900.53123.1690.4824.71
Hex678C5F05A357b5a19
Octal61701413701326517313231
Binary110111100011001011111010110101101011111011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06780C; }

 p { color: rgb(6,120,12); }

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

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

 a { background-color: rgb(6,120,12); }

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

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

 span { border-color: rgb(6,120,12); }

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