#699665

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

Shades of Hippie Green #699665

Tints of Hippie Green #699665

Color information

#699665 (or 0x699665) is unknown color: approx Hippie Green. HEX triplet: 69, 96 and 65. RGB value is (105,150,101). Sum of RGB (Red+Green+Blue) = 105+150+101=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #699665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699665 is #96699A. Grayscale: #838383. Windows color (decimal): -9857435 or 6657641. OLE color: 6657641.

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

Color convert

RGB105150101-
CMYK0.3000.330.41
HSL115.1º19.52%49.22%-
HSV(B)115.1º32.67%58.82%-
XYZ19.0825.7616.28-
YUV130.96111.09109.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.49%
GREEN value IS 150 (58.98% from 255) = 42.13%
BLUE value IS 101 (39.84% from 255) = 28.37%
R=29.49%
G=42.13%
B=28.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051501010.3000.330.41115.119.5249.22
Hex6996651E02129731431
Octal15122614536041511632461
Binary1101001100101101100101111100100001101001111001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699665; }

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

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

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

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

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

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

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

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