#698664

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

Shades of Hippie Green #698664

Tints of Hippie Green #698664

Color information

#698664 (or 0x698664) is unknown color: approx Hippie Green. HEX triplet: 69, 86 and 64. RGB value is (105,134,100). Sum of RGB (Red+Green+Blue) = 105+134+100=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 134 - color contains mainly: green. Hex color #698664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698664 is #96799B. Grayscale: #797979. Windows color (decimal): -9861532 or 6588009. OLE color: 6588009.

HSL color Cylindrical-coordinate representation of color #698664: hue angle of 111.18º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #698664 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB105134100-
CMYK0.2200.250.47
HSL111.18º14.53%45.88%-
HSV(B)111.18º25.37%52.55%-
XYZ16.6520.9715.23-
YUV121.45115.89116.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.97%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=30.97%
G=39.53%
B=29.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051341000.2200.250.47111.1814.5345.88
Hex698664160192F6ff2e
Octal15120614426031571571756
Binary11010011000011011001001011001100110111111011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698664; }

 p { color: rgb(105,134,100); }

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

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

 a { background-color: rgb(105,134,100); }

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

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

 span { border-color: rgb(105,134,100); }

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