#698661

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

Shades of Hippie Green #698661

Tints of Hippie Green #698661

Color information

#698661 (or 0x698661) is unknown color: approx Hippie Green. HEX triplet: 69, 86 and 61. RGB value is (105,134,97). Sum of RGB (Red+Green+Blue) = 105+134+97=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 134 - color contains mainly: green. Hex color #698661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698661 is #96799E. Grayscale: #797979. Windows color (decimal): -9861535 or 6391401. OLE color: 6391401.

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

Color convert

RGB10513497-
CMYK0.2200.280.47
HSL107.03º16.02%45.29%-
HSV(B)107.03º27.61%52.55%-
XYZ16.5120.9214.48-
YUV121.11114.39116.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.25%
GREEN value IS 134 (52.73% from 255) = 39.88%
BLUE value IS 97 (38.28% from 255) = 28.87%
R=31.25%
G=39.88%
B=28.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105134970.2200.280.47107.0316.0245.29
Hex6986611601C2F6b102d
Octal15120614126034571532055
Binary110100110000110110000110110011100101111110101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698661; }

 p { color: rgb(105,134,97); }

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

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

 a { background-color: rgb(105,134,97); }

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

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

 span { border-color: rgb(105,134,97); }

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