#699365

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

Shades of Hippie Green #699365

Tints of Hippie Green #699365

Color information

#699365 (or 0x699365) is unknown color: approx Hippie Green. HEX triplet: 69, 93 and 65. RGB value is (105,147,101). Sum of RGB (Red+Green+Blue) = 105+147+101=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #699365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699365 is #966C9A. Grayscale: #818181. Windows color (decimal): -9858203 or 6656873. OLE color: 6656873.

HSL color Cylindrical-coordinate representation of color #699365: hue angle of 114.78º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699365 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB105147101-
CMYK0.2900.310.42
HSL114.78º18.55%48.63%-
HSV(B)114.78º31.29%57.65%-
XYZ18.6124.8116.12-
YUV129.2112.09110.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 101 (39.84% from 255) = 28.61%
R=29.75%
G=41.64%
B=28.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051471010.2900.310.42114.7818.5548.63
Hex6993651D01F2A731331
Octal15122314535037521632361
Binary110100110010011110010111101011111101010111001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699365; }

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

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

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

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

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

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

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

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