#699E64

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

Shades of Hippie Green #699E64

Tints of Hippie Green #699E64

Color information

#699E64 (or 0x699E64) is unknown color: approx Hippie Green. HEX triplet: 69, 9E and 64. RGB value is (105,158,100). Sum of RGB (Red+Green+Blue) = 105+158+100=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 158 - color contains mainly: green. Hex color #699E64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E64 is #96619B. Grayscale: #878787. Windows color (decimal): -9855388 or 6594153. OLE color: 6594153.

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

Color convert

RGB105158100-
CMYK0.3400.370.38
HSL114.83º23.02%50.59%-
HSV(B)114.83º36.71%61.96%-
XYZ20.3528.3816.46-
YUV135.54107.94106.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 158 (62.11% from 255) = 43.53%
BLUE value IS 100 (39.45% from 255) = 27.55%
R=28.93%
G=43.53%
B=27.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051581000.3400.370.38114.8323.0250.59
Hex699E642202526731733
Octal15123614442045461632763
Binary11010011001111011001001000100100101100110111001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,158,100); }

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

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

 a { background-color: rgb(105,158,100); }

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

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

 span { border-color: rgb(105,158,100); }

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