#699D5C

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

Shades of Hippie Green #699D5C

Tints of Hippie Green #699D5C

Color information

#699D5C (or 0x699D5C) is unknown color: approx Hippie Green. HEX triplet: 69, 9D and 5C. RGB value is (105,157,92). Sum of RGB (Red+Green+Blue) = 105+157+92=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 157 - color contains mainly: green. Hex color #699D5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D5C is #9662A3. Grayscale: #868686. Windows color (decimal): -9855652 or 6069609. OLE color: 6069609.

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

Color convert

RGB10515792-
CMYK0.3300.410.38
HSL108º26.1%48.82%-
HSV(B)108º41.4%61.57%-
XYZ19.8127.8914.46-
YUV134.04104.27107.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.66%
GREEN value IS 157 (61.72% from 255) = 44.35%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=29.66%
G=44.35%
B=25.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105157920.3300.410.3810826.148.82
Hex699D5C21029266c1a31
Octal15123513441051461543261
Binary11010011001110110111001000010101001100110110110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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