#699263

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

Shades of Hippie Green #699263

Tints of Hippie Green #699263

Color information

#699263 (or 0x699263) is unknown color: approx Hippie Green. HEX triplet: 69, 92 and 63. RGB value is (105,146,99). Sum of RGB (Red+Green+Blue) = 105+146+99=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #699263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699263 is #966D9C. Grayscale: #808080. Windows color (decimal): -9858461 or 6525545. OLE color: 6525545.

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

Color convert

RGB10514699-
CMYK0.2800.320.43
HSL112.34º19.18%48.04%-
HSV(B)112.34º32.19%57.25%-
XYZ18.3624.4615.56-
YUV128.38111.42111.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30%
GREEN value IS 146 (57.42% from 255) = 41.71%
BLUE value IS 99 (39.06% from 255) = 28.29%
R=30%
G=41.71%
B=28.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105146990.2800.320.43112.3419.1848.04
Hex6992631C0202B701330
Octal15122214334040531602360
Binary1101001100100101100011111000100000101011111000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699263; }

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

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

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

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

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

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

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

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