#698466

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

Shades of Hippie Green #698466

Tints of Hippie Green #698466

Color information

#698466 (or 0x698466) is unknown color: approx Hippie Green. HEX triplet: 69, 84 and 66. RGB value is (105,132,102). Sum of RGB (Red+Green+Blue) = 105+132+102=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #698466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698466 is #967B99. Grayscale: #787878. Windows color (decimal): -9862042 or 6718569. OLE color: 6718569.

HSL color Cylindrical-coordinate representation of color #698466: hue angle of 114º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698466 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB105132102-
CMYK0.2000.230.48
HSL114º12.82%45.88%-
HSV(B)114º22.73%51.76%-
XYZ16.4820.4715.65-
YUV120.51117.55116.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.97%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=30.97%
G=38.94%
B=30.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051321020.2000.230.4811412.8245.88
Hex698466140173072d2e
Octal15120414624027601621556
Binary11010011000010011001101010001011111000011100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698466; }

 p { color: rgb(105,132,102); }

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

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

 a { background-color: rgb(105,132,102); }

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

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

 span { border-color: rgb(105,132,102); }

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