#699F63

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

Shades of Hippie Green #699F63

Tints of Hippie Green #699F63

Color information

#699F63 (or 0x699F63) is unknown color: approx Hippie Green. HEX triplet: 69, 9F and 63. RGB value is (105,159,99). Sum of RGB (Red+Green+Blue) = 105+159+99=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #699F63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699F63 is #96609C. Grayscale: #888888. Windows color (decimal): -9855133 or 6528873. OLE color: 6528873.

HSL color Cylindrical-coordinate representation of color #699F63: hue angle of 114º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #699F63 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB10515999-
CMYK0.3400.380.38
HSL114º23.81%50.59%-
HSV(B)114º37.74%62.35%-
XYZ20.4828.716.26-
YUV136.01107.11105.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 159 (62.5% from 255) = 43.80%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=28.93%
G=43.80%
B=27.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105159990.3400.380.3811423.8150.59
Hex699F632202626721833
Octal15123714342046461623063
Binary11010011001111111000111000100100110100110111001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699F63; }

 p { color: rgb(105,159,99); }

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

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

 a { background-color: rgb(105,159,99); }

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

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

 span { border-color: rgb(105,159,99); }

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