#689460

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

Shades of Hippie Green #689460

Tints of Hippie Green #689460

Color information

#689460 (or 0x689460) is unknown color: approx Hippie Green. HEX triplet: 68, 94 and 60. RGB value is (104,148,96). Sum of RGB (Red+Green+Blue) = 104+148+96=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #689460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689460 is #976B9F. Grayscale: #818181. Windows color (decimal): -9923488 or 6329448. OLE color: 6329448.

HSL color Cylindrical-coordinate representation of color #689460: hue angle of 110.77º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689460 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB10414896-
CMYK0.3000.350.42
HSL110.77º21.31%47.84%-
HSV(B)110.77º35.14%58.04%-
XYZ18.4124.9714.92-
YUV128.92109.42110.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.89%
GREEN value IS 148 (58.20% from 255) = 42.53%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=29.89%
G=42.53%
B=27.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104148960.3000.350.42110.7721.3147.84
Hex6894601E0232A6f1530
Octal15022414036043521572560
Binary1101000100101001100000111100100011101010110111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689460; }

 p { color: rgb(104,148,96); }

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

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

 a { background-color: rgb(104,148,96); }

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

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

 span { border-color: rgb(104,148,96); }

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