#698665

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

Shades of Hippie Green #698665

Tints of Hippie Green #698665

Color information

#698665 (or 0x698665) is unknown color: approx Hippie Green. HEX triplet: 69, 86 and 65. RGB value is (105,134,101). Sum of RGB (Red+Green+Blue) = 105+134+101=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #698665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698665 is #96799A. Grayscale: #797979. Windows color (decimal): -9861531 or 6653545. OLE color: 6653545.

HSL color Cylindrical-coordinate representation of color #698665: hue angle of 112.73º degrees, saturation: 0.14, 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 #698665 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB105134101-
CMYK0.2200.250.47
HSL112.73º14.04%46.08%-
HSV(B)112.73º24.63%52.55%-
XYZ16.720.9915.48-
YUV121.57116.39116.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.88%
GREEN value IS 134 (52.73% from 255) = 39.41%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=30.88%
G=39.41%
B=29.71%

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
Decimal1051341010.2200.250.47112.7314.0446.08
Hex698665160192F71e2e
Octal15120614526031571611656
Binary11010011000011011001011011001100110111111100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698665; }

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

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

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

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

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

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

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

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