#698264

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

Shades of Hippie Green #698264

Tints of Hippie Green #698264

Color information

#698264 (or 0x698264) is unknown color: approx Hippie Green. HEX triplet: 69, 82 and 64. RGB value is (105,130,100). Sum of RGB (Red+Green+Blue) = 105+130+100=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #698264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698264 is #967D9B. Grayscale: #777777. Windows color (decimal): -9862556 or 6586985. OLE color: 6586985.

HSL color Cylindrical-coordinate representation of color #698264: hue angle of 110º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698264 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB105130100-
CMYK0.1900.230.49
HSL110º13.04%45.1%-
HSV(B)110º23.08%50.98%-
XYZ16.1119.8915.05-
YUV119.1117.22117.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.34%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=31.34%
G=38.81%
B=29.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051301000.1900.230.4911013.0445.1
Hex69826413017316ed2d
Octal15120214423027611561555
Binary11010011000001011001001001101011111000111011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698264; }

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

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

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

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

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

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

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

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