#699261

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

Shades of Hippie Green #699261

Tints of Hippie Green #699261

Color information

#699261 (or 0x699261) is unknown color: approx Hippie Green. HEX triplet: 69, 92 and 61. RGB value is (105,146,97). Sum of RGB (Red+Green+Blue) = 105+146+97=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #699261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699261 is #966D9E. Grayscale: #808080. Windows color (decimal): -9858463 or 6394473. OLE color: 6394473.

HSL color Cylindrical-coordinate representation of color #699261: hue angle of 110.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699261 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB10514697-
CMYK0.2800.340.43
HSL110.2º20.16%47.65%-
HSV(B)110.2º33.56%57.25%-
XYZ18.2624.4215.06-
YUV128.16110.42111.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.17%
GREEN value IS 146 (57.42% from 255) = 41.95%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=30.17%
G=41.95%
B=27.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105146970.2800.340.43110.220.1647.65
Hex6992611C0222B6e1430
Octal15122214134042531562460
Binary1101001100100101100001111000100010101011110111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699261; }

 p { color: rgb(105,146,97); }

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

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

 a { background-color: rgb(105,146,97); }

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

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

 span { border-color: rgb(105,146,97); }

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