#689064

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

Shades of Hippie Green #689064

Tints of Hippie Green #689064

Color information

#689064 (or 0x689064) is unknown color: approx Hippie Green. HEX triplet: 68, 90 and 64. RGB value is (104,144,100). Sum of RGB (Red+Green+Blue) = 104+144+100=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 144 - color contains mainly: green. Hex color #689064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689064 is #976F9B. Grayscale: #7F7F7F. Windows color (decimal): -9924508 or 6590568. OLE color: 6590568.

HSL color Cylindrical-coordinate representation of color #689064: hue angle of 114.55º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689064 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB104144100-
CMYK0.2800.310.44
HSL114.55º18.03%47.84%-
HSV(B)114.55º30.56%56.47%-
XYZ17.9823.8115.7-
YUV127.02112.75111.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.89%
GREEN value IS 144 (56.64% from 255) = 41.38%
BLUE value IS 100 (39.45% from 255) = 28.74%
R=29.89%
G=41.38%
B=28.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041441000.2800.310.44114.5518.0347.84
Hex6890641C01F2C731230
Octal15022014434037541632260
Binary110100010010000110010011100011111101100111001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689064; }

 p { color: rgb(104,144,100); }

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

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

 a { background-color: rgb(104,144,100); }

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

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

 span { border-color: rgb(104,144,100); }

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