#678C66

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

Shades of Hippie Green #678C66

Tints of Hippie Green #678C66

Color information

#678C66 (or 0x678C66) is unknown color: approx Hippie Green. HEX triplet: 67, 8C and 66. RGB value is (103,140,102). Sum of RGB (Red+Green+Blue) = 103+140+102=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 140 - color contains mainly: green. Hex color #678C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678C66 is #987399. Grayscale: #7C7C7C. Windows color (decimal): -9991066 or 6720615. OLE color: 6720615.

HSL color Cylindrical-coordinate representation of color #678C66: hue angle of 118.42º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #678C66 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB103140102-
CMYK0.2600.270.45
HSL118.42º15.7%47.45%-
HSV(B)118.42º27.14%54.9%-
XYZ17.3722.616.02-
YUV124.6115.24112.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.86%
GREEN value IS 140 (55.08% from 255) = 40.58%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=29.86%
G=40.58%
B=29.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1031401020.2600.270.45118.4215.747.45
Hex678C661A01B2D76102f
Octal14721414632033551662057
Binary110011110001100110011011010011011101101111011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678C66; }

 p { color: rgb(103,140,102); }

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

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

 a { background-color: rgb(103,140,102); }

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

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

 span { border-color: rgb(103,140,102); }

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