#678066

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

Shades of Hippie Green #678066

Tints of Hippie Green #678066

Color information

#678066 (or 0x678066) is unknown color: approx Hippie Green. HEX triplet: 67, 80 and 66. RGB value is (103,128,102). Sum of RGB (Red+Green+Blue) = 103+128+102=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 128 - color contains mainly: green. Hex color #678066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678066 is #987F99. Grayscale: #757575. Windows color (decimal): -9994138 or 6717543. OLE color: 6717543.

HSL color Cylindrical-coordinate representation of color #678066: hue angle of 117.69º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #678066 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB103128102-
CMYK0.2000.200.50
HSL117.69º11.3%45.1%-
HSV(B)117.69º20.31%50.2%-
XYZ15.7119.2815.46-
YUV117.56119.22117.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.93%
GREEN value IS 128 (50.39% from 255) = 38.44%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=30.93%
G=38.44%
B=30.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1031281020.2000.200.50117.6911.345.1
Hex678066140143276b2d
Octal14720014624024621661355
Binary11001111000000011001101010001010011001011101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678066; }

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

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

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

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

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

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

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

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