#698d5f

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

Shades of Hippie Green #698D5F

Tints of Hippie Green #698D5F

Color information

#698D5F (or 0x698D5F) is unknown color: approx Hippie Green. HEX triplet: 69, 8D and 5F. RGB value is (105,141,95). Sum of RGB (Red+Green+Blue) = 105+141+95=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 141 - color contains mainly: green. Hex color #698D5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698D5F is #9672A0. Grayscale: #7D7D7D. Windows color (decimal): -9859745 or 6262121. OLE color: 6262121.

HSL color Cylindrical-coordinate representation of color #698D5F: hue angle of 106.96º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #698D5F is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB10514195-
CMYK0.2600.330.45
HSL106.96º19.49%46.27%-
HSV(B)106.96º32.62%55.29%-
XYZ17.4222.8814.32-
YUV124.99111.07113.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.79%
GREEN value IS 141 (55.47% from 255) = 41.35%
BLUE value IS 95 (37.5% from 255) = 27.86%
R=30.79%
G=41.35%
B=27.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105141950.2600.330.45106.9619.4946.27
Hex698D5F1A0212D6b132e
Octal15121513732041551532356
Binary1101001100011011011111110100100001101101110101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698d5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,141,95); }

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

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

 a { background-color: rgb(105,141,95); }

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

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

 span { border-color: rgb(105,141,95); }

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