#699760

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

Shades of Hippie Green #699760

Tints of Hippie Green #699760

Color information

#699760 (or 0x699760) is unknown color: approx Hippie Green. HEX triplet: 69, 97 and 60. RGB value is (105,151,96). Sum of RGB (Red+Green+Blue) = 105+151+96=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 151 - color contains mainly: green. Hex color #699760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699760 is #96689F. Grayscale: #838383. Windows color (decimal): -9857184 or 6330217. OLE color: 6330217.

HSL color Cylindrical-coordinate representation of color #699760: hue angle of 110.18º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #699760 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB10515196-
CMYK0.3000.360.41
HSL110.18º22.27%48.43%-
HSV(B)110.18º36.42%59.22%-
XYZ1925.9815.08-
YUV130.98108.26109.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.83%
GREEN value IS 151 (59.38% from 255) = 42.90%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=29.83%
G=42.90%
B=27.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105151960.3000.360.41110.1822.2748.43
Hex6997601E024296e1630
Octal15122714036044511562660
Binary1101001100101111100000111100100100101001110111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699760; }

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

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

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

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

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

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

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

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