#699F5C

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

Shades of Hippie Green #699F5C

Tints of Hippie Green #699F5C

Color information

#699F5C (or 0x699F5C) is unknown color: approx Hippie Green. HEX triplet: 69, 9F and 5C. RGB value is (105,159,92). Sum of RGB (Red+Green+Blue) = 105+159+92=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #699F5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699F5C is #9660A3. Grayscale: #878787. Windows color (decimal): -9855140 or 6070121. OLE color: 6070121.

HSL color Cylindrical-coordinate representation of color #699F5C: hue angle of 108.36º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #699F5C is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB10515992-
CMYK0.3400.420.38
HSL108.36º26.69%49.22%-
HSV(B)108.36º42.14%62.35%-
XYZ20.1628.5714.58-
YUV135.22103.61106.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.49%
GREEN value IS 159 (62.5% from 255) = 44.66%
BLUE value IS 92 (36.33% from 255) = 25.84%
R=29.49%
G=44.66%
B=25.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105159920.3400.420.38108.3626.6949.22
Hex699F5C2202A266c1b31
Octal15123713442052461543361
Binary11010011001111110111001000100101010100110110110011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,159,92); }

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

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

 a { background-color: rgb(105,159,92); }

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

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

 span { border-color: rgb(105,159,92); }

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