#699865

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

Shades of Hippie Green #699865

Tints of Hippie Green #699865

Color information

#699865 (or 0x699865) is unknown color: approx Hippie Green. HEX triplet: 69, 98 and 65. RGB value is (105,152,101). Sum of RGB (Red+Green+Blue) = 105+152+101=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #699865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699865 is #96679A. Grayscale: #848484. Windows color (decimal): -9856923 or 6658153. OLE color: 6658153.

HSL color Cylindrical-coordinate representation of color #699865: hue angle of 115.29º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699865 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB105152101-
CMYK0.3100.340.40
HSL115.29º20.16%49.61%-
HSV(B)115.29º33.55%59.61%-
XYZ19.426.416.38-
YUV132.13110.43108.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 152 (59.77% from 255) = 42.46%
BLUE value IS 101 (39.84% from 255) = 28.21%
R=29.33%
G=42.46%
B=28.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051521010.3100.340.40115.2920.1649.61
Hex6998651F02228731432
Octal15123014537042501632462
Binary1101001100110001100101111110100010101000111001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699865; }

 p { color: rgb(105,152,101); }

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

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

 a { background-color: rgb(105,152,101); }

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

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

 span { border-color: rgb(105,152,101); }

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