#699361

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

Shades of Hippie Green #699361

Tints of Hippie Green #699361

Color information

#699361 (or 0x699361) is unknown color: approx Hippie Green. HEX triplet: 69, 93 and 61. RGB value is (105,147,97). Sum of RGB (Red+Green+Blue) = 105+147+97=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #699361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699361 is #966C9E. Grayscale: #808080. Windows color (decimal): -9858207 or 6394729. OLE color: 6394729.

HSL color Cylindrical-coordinate representation of color #699361: hue angle of 110.4º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699361 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB10514797-
CMYK0.2900.340.42
HSL110.4º20.49%47.84%-
HSV(B)110.4º34.01%57.65%-
XYZ18.4224.7315.11-
YUV128.74110.09111.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.09%
GREEN value IS 147 (57.81% from 255) = 42.12%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=30.09%
G=42.12%
B=27.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105147970.2900.340.42110.420.4947.84
Hex6993611D0222A6e1430
Octal15122314135042521562460
Binary1101001100100111100001111010100010101010110111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699361; }

 p { color: rgb(105,147,97); }

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

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

 a { background-color: rgb(105,147,97); }

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

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

 span { border-color: rgb(105,147,97); }

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