#699B5B

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

Shades of Hippie Green #699B5B

Tints of Hippie Green #699B5B

Color information

#699B5B (or 0x699B5B) is unknown color: approx Hippie Green. HEX triplet: 69, 9B and 5B. RGB value is (105,155,91). Sum of RGB (Red+Green+Blue) = 105+155+91=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #699B5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699B5B is #9664A4. Grayscale: #848484. Windows color (decimal): -9856165 or 6003561. OLE color: 6003561.

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

Color convert

RGB10515591-
CMYK0.3200.410.39
HSL106.88º26.02%48.24%-
HSV(B)106.88º41.29%60.78%-
XYZ19.4427.214.12-
YUV132.75104.44108.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.91%
GREEN value IS 155 (60.94% from 255) = 44.16%
BLUE value IS 91 (35.94% from 255) = 25.93%
R=29.91%
G=44.16%
B=25.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105155910.3200.410.39106.8826.0248.24
Hex699B5B20029276b1a30
Octal15123313340051471533260
Binary11010011001101110110111000000101001100111110101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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