#698E60

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

Shades of Hippie Green #698E60

Tints of Hippie Green #698E60

Color information

#698E60 (or 0x698E60) is unknown color: approx Hippie Green. HEX triplet: 69, 8E and 60. RGB value is (105,142,96). Sum of RGB (Red+Green+Blue) = 105+142+96=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 142 - color contains mainly: green. Hex color #698E60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698E60 is #96719F. Grayscale: #7D7D7D. Windows color (decimal): -9859488 or 6327913. OLE color: 6327913.

HSL color Cylindrical-coordinate representation of color #698E60: hue angle of 108.26º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #698E60 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB10514296-
CMYK0.2600.320.44
HSL108.26º19.33%46.67%-
HSV(B)108.26º32.39%55.69%-
XYZ17.6123.1914.62-
YUV125.69111.24113.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.61%
GREEN value IS 142 (55.86% from 255) = 41.40%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=30.61%
G=41.40%
B=27.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105142960.2600.320.44108.2619.3346.67
Hex698E601A0202C6c132f
Octal15121614032040541542357
Binary1101001100011101100000110100100000101100110110010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698E60; }

 p { color: rgb(105,142,96); }

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

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

 a { background-color: rgb(105,142,96); }

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

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

 span { border-color: rgb(105,142,96); }

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