#698560

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

Shades of Hippie Green #698560

Tints of Hippie Green #698560

Color information

#698560 (or 0x698560) is unknown color: approx Hippie Green. HEX triplet: 69, 85 and 60. RGB value is (105,133,96). Sum of RGB (Red+Green+Blue) = 105+133+96=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #698560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698560 is #967A9F. Grayscale: #787878. Windows color (decimal): -9861792 or 6325609. OLE color: 6325609.

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

Color convert

RGB10513396-
CMYK0.2100.280.48
HSL105.41º16.16%44.9%-
HSV(B)105.41º27.82%52.16%-
XYZ16.3220.6214.19-
YUV120.41114.22117.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=31.44%
G=39.82%
B=28.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133960.2100.280.48105.4116.1644.9
Hex6985601501C3069102d
Octal15120514025034601512055
Binary110100110000101110000010101011100110000110100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698560; }

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

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

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

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

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

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

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

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