#698065

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

Shades of Hippie Green #698065

Tints of Hippie Green #698065

Color information

#698065 (or 0x698065) is unknown color: approx Hippie Green. HEX triplet: 69, 80 and 65. RGB value is (105,128,101). Sum of RGB (Red+Green+Blue) = 105+128+101=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 128 - color contains mainly: green. Hex color #698065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698065 is #967F9A. Grayscale: #767676. Windows color (decimal): -9863067 or 6652009. OLE color: 6652009.

HSL color Cylindrical-coordinate representation of color #698065: hue angle of 111.11º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #698065 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB105128101-
CMYK0.1800.210.50
HSL111.11º11.79%44.9%-
HSV(B)111.11º21.09%50.2%-
XYZ15.8919.3815.22-
YUV118.04118.38118.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 128 (50.39% from 255) = 38.32%
BLUE value IS 101 (39.84% from 255) = 30.24%
R=31.44%
G=38.32%
B=30.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1051281010.1800.210.50111.1111.7944.9
Hex69806512015326fc2d
Octal15120014522025621571455
Binary11010011000000011001011001001010111001011011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698065; }

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

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

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

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

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

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

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

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