#699963

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

Shades of Hippie Green #699963

Tints of Hippie Green #699963

Color information

#699963 (or 0x699963) is unknown color: approx Hippie Green. HEX triplet: 69, 99 and 63. RGB value is (105,153,99). Sum of RGB (Red+Green+Blue) = 105+153+99=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #699963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699963 is #96669C. Grayscale: #848484. Windows color (decimal): -9856669 or 6527337. OLE color: 6527337.

HSL color Cylindrical-coordinate representation of color #699963: hue angle of 113.33º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #699963 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB10515399-
CMYK0.3100.350.4
HSL113.33º21.43%49.41%-
HSV(B)113.33º35.29%60%-
XYZ19.4726.6915.93-
YUV132.49109.1108.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.41%
GREEN value IS 153 (60.16% from 255) = 42.86%
BLUE value IS 99 (39.06% from 255) = 27.73%
R=29.41%
G=42.86%
B=27.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal105153990.3100.350.4113.3321.4349.41
Hex6999631F02328711531
Octal15123114337043501612561
Binary1101001100110011100011111110100011101000111000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699963; }

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

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

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

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

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

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

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

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