#698266

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

Shades of Hippie Green #698266

Tints of Hippie Green #698266

Color information

#698266 (or 0x698266) is unknown color: approx Hippie Green. HEX triplet: 69, 82 and 66. RGB value is (105,130,102). Sum of RGB (Red+Green+Blue) = 105+130+102=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 130 - color contains mainly: green. Hex color #698266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698266 is #967D99. Grayscale: #777777. Windows color (decimal): -9862554 or 6718057. OLE color: 6718057.

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

Color convert

RGB105130102-
CMYK0.1900.220.49
HSL113.57º12.07%45.49%-
HSV(B)113.57º21.54%50.98%-
XYZ16.2119.9315.56-
YUV119.33118.22117.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 130 (51.17% from 255) = 38.58%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=31.16%
G=38.58%
B=30.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051301020.1900.220.49113.5712.0745.49
Hex698266130163172c2d
Octal15120214623026611621455
Binary11010011000001011001101001101011011000111100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698266; }

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

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

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

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

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

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

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

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