#699664

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

Shades of Hippie Green #699664

Tints of Hippie Green #699664

Color information

#699664 (or 0x699664) is unknown color: approx Hippie Green. HEX triplet: 69, 96 and 64. RGB value is (105,150,100). Sum of RGB (Red+Green+Blue) = 105+150+100=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #699664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699664 is #96699B. Grayscale: #838383. Windows color (decimal): -9857436 or 6592105. OLE color: 6592105.

HSL color Cylindrical-coordinate representation of color #699664: hue angle of 114º 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 #699664 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB105150100-
CMYK0.3000.330.41
HSL114º20%49.02%-
HSV(B)114º33.33%58.82%-
XYZ19.0325.7416.02-
YUV130.84110.59109.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.58%
GREEN value IS 150 (58.98% from 255) = 42.25%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=29.58%
G=42.25%
B=28.17%

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
Decimal1051501000.3000.330.411142049.02
Hex6996641E02129721431
Octal15122614436041511622461
Binary1101001100101101100100111100100001101001111001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699664; }

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

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

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

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

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

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

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

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