#688265

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

Shades of Hippie Green #688265

Tints of Hippie Green #688265

Color information

#688265 (or 0x688265) is unknown color: approx Hippie Green. HEX triplet: 68, 82 and 65. RGB value is (104,130,101). Sum of RGB (Red+Green+Blue) = 104+130+101=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #688265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688265 is #977D9A. Grayscale: #777777. Windows color (decimal): -9928091 or 6652520. OLE color: 6652520.

HSL color Cylindrical-coordinate representation of color #688265: hue angle of 113.79º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #688265 is Cyan = 0.2, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB104130101-
CMYK0.200.220.49
HSL113.79º12.55%45.29%-
HSV(B)113.79º22.31%50.98%-
XYZ16.0419.8515.3-
YUV118.92117.89117.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 101 (39.84% from 255) = 30.15%
R=31.04%
G=38.81%
B=30.15%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041301010.200.220.49113.7912.5545.29
Hex688265140163172d2d
Octal15020214524026611621555
Binary11010001000001011001011010001011011000111100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688265; }

 p { color: rgb(104,130,101); }

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

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

 a { background-color: rgb(104,130,101); }

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

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

 span { border-color: rgb(104,130,101); }

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