#698460

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

Shades of Hippie Green #698460

Tints of Hippie Green #698460

Color information

#698460 (or 0x698460) is unknown color: approx Hippie Green. HEX triplet: 69, 84 and 60. RGB value is (105,132,96). Sum of RGB (Red+Green+Blue) = 105+132+96=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #698460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698460 is #967B9F. Grayscale: #777777. Windows color (decimal): -9862048 or 6325353. OLE color: 6325353.

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

Color convert

RGB10513296-
CMYK0.2000.270.48
HSL105º15.79%44.71%-
HSV(B)105º27.27%51.76%-
XYZ16.1920.3514.14-
YUV119.82114.55117.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 96 (37.89% from 255) = 28.83%
R=31.53%
G=39.64%
B=28.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105132960.2000.270.4810515.7944.71
Hex6984601401B3069102d
Octal15120414024033601512055
Binary110100110000100110000010100011011110000110100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698460; }

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

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

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

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

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

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

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

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