#699B63

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

Shades of Hippie Green #699B63

Tints of Hippie Green #699B63

Color information

#699B63 (or 0x699B63) is unknown color: approx Hippie Green. HEX triplet: 69, 9B and 63. RGB value is (105,155,99). Sum of RGB (Red+Green+Blue) = 105+155+99=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #699B63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699B63 is #96649C. Grayscale: #858585. Windows color (decimal): -9856157 or 6527849. OLE color: 6527849.

HSL color Cylindrical-coordinate representation of color #699B63: hue angle of 113.57º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #699B63 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB10515599-
CMYK0.3200.360.39
HSL113.57º22.05%49.8%-
HSV(B)113.57º36.13%60.78%-
XYZ19.827.3516.04-
YUV133.67108.44107.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 155 (60.94% from 255) = 43.18%
BLUE value IS 99 (39.06% from 255) = 27.58%
R=29.25%
G=43.18%
B=27.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105155990.3200.360.39113.5722.0549.8
Hex699B632002427721632
Octal15123314340044471622662
Binary11010011001101111000111000000100100100111111001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699B63; }

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

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

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

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

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

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

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

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