#698F5D

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

Shades of Hippie Green #698F5D

Tints of Hippie Green #698F5D

Color information

#698F5D (or 0x698F5D) is unknown color: approx Hippie Green. HEX triplet: 69, 8F and 5D. RGB value is (105,143,93). Sum of RGB (Red+Green+Blue) = 105+143+93=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 143 - color contains mainly: green. Hex color #698F5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698F5D is #9670A2. Grayscale: #7E7E7E. Windows color (decimal): -9859235 or 6131561. OLE color: 6131561.

HSL color Cylindrical-coordinate representation of color #698F5D: hue angle of 105.6º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #698F5D is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB10514393-
CMYK0.2700.350.44
HSL105.6º21.19%46.27%-
HSV(B)105.6º34.97%56.08%-
XYZ17.6223.4413.95-
YUV125.94109.41113.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.79%
GREEN value IS 143 (56.25% from 255) = 41.94%
BLUE value IS 93 (36.72% from 255) = 27.27%
R=30.79%
G=41.94%
B=27.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105143930.2700.350.44105.621.1946.27
Hex698F5D1B0232C6a152e
Octal15121713533043541522556
Binary1101001100011111011101110110100011101100110101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,143,93); }

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

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

 a { background-color: rgb(105,143,93); }

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

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

 span { border-color: rgb(105,143,93); }

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