#699B5C

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

Shades of Hippie Green #699B5C

Tints of Hippie Green #699B5C

Color information

#699B5C (or 0x699B5C) is unknown color: approx Hippie Green. HEX triplet: 69, 9B and 5C. RGB value is (105,155,92). Sum of RGB (Red+Green+Blue) = 105+155+92=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #699B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699B5C is #9664A3. Grayscale: #858585. Windows color (decimal): -9856164 or 6069097. OLE color: 6069097.

HSL color Cylindrical-coordinate representation of color #699B5C: hue angle of 107.62º 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 #699B5C is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB10515592-
CMYK0.3200.410.39
HSL107.62º25.51%48.43%-
HSV(B)107.62º40.65%60.78%-
XYZ19.4827.2214.35-
YUV132.87104.94108.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.83%
GREEN value IS 155 (60.94% from 255) = 44.03%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=29.83%
G=44.03%
B=26.14%

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
Decimal105155920.3200.410.39107.6225.5148.43
Hex699B5C20029276c1a30
Octal15123313440051471543260
Binary11010011001101110111001000000101001100111110110011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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