#699358

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

Shades of Hippie Green #699358

Tints of Hippie Green #699358

Color information

#699358 (or 0x699358) is unknown color: approx Hippie Green. HEX triplet: 69, 93 and 58. RGB value is (105,147,88). Sum of RGB (Red+Green+Blue) = 105+147+88=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #699358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699358 is #966CA7. Grayscale: #7F7F7F. Windows color (decimal): -9858216 or 5804905. OLE color: 5804905.

HSL color Cylindrical-coordinate representation of color #699358: hue angle of 102.71º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #699358 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB10514788-
CMYK0.2900.400.42
HSL102.71º25.11%46.08%-
HSV(B)102.71º40.14%57.65%-
XYZ18.0224.5813.03-
YUV127.72105.59111.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.88%
GREEN value IS 147 (57.81% from 255) = 43.24%
BLUE value IS 88 (34.77% from 255) = 25.88%
R=30.88%
G=43.24%
B=25.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105147880.2900.400.42102.7125.1146.08
Hex6993581D0282A67192e
Octal15122313035050521473156
Binary1101001100100111011000111010101000101010110011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699358; }

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

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

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

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

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

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

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

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