#698760

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

Shades of Hippie Green #698760

Tints of Hippie Green #698760

Color information

#698760 (or 0x698760) is unknown color: approx Hippie Green. HEX triplet: 69, 87 and 60. RGB value is (105,135,96). Sum of RGB (Red+Green+Blue) = 105+135+96=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #698760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698760 is #96789F. Grayscale: #797979. Windows color (decimal): -9861280 or 6326121. OLE color: 6326121.

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

Color convert

RGB10513596-
CMYK0.2200.290.47
HSL106.15º16.88%45.29%-
HSV(B)106.15º28.89%52.94%-
XYZ16.621.1814.28-
YUV121.58113.56116.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.25%
GREEN value IS 135 (53.12% from 255) = 40.18%
BLUE value IS 96 (37.89% from 255) = 28.57%
R=31.25%
G=40.18%
B=28.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105135960.2200.290.47106.1516.8845.29
Hex6987601601D2F6a112d
Octal15120714026035571522155
Binary110100110000111110000010110011101101111110101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698760; }

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

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

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

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

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

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

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

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