#699E65

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

Shades of Hippie Green #699E65

Tints of Hippie Green #699E65

Color information

#699E65 (or 0x699E65) is unknown color: approx Hippie Green. HEX triplet: 69, 9E and 65. RGB value is (105,158,101). Sum of RGB (Red+Green+Blue) = 105+158+101=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #699E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E65 is #96619A. Grayscale: #878787. Windows color (decimal): -9855387 or 6659689. OLE color: 6659689.

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

Color convert

RGB105158101-
CMYK0.3400.360.38
HSL115.79º22.71%50.78%-
HSV(B)115.79º36.08%61.96%-
XYZ20.428.416.72-
YUV135.66108.44106.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.85%
GREEN value IS 158 (62.11% from 255) = 43.41%
BLUE value IS 101 (39.84% from 255) = 27.75%
R=28.85%
G=43.41%
B=27.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051581010.3400.360.38115.7922.7150.78
Hex699E652202426741733
Octal15123614542044461642763
Binary11010011001111011001011000100100100100110111010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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