#699E5E

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

Shades of Hippie Green #699E5E

Tints of Hippie Green #699E5E

Color information

#699E5E (or 0x699E5E) is unknown color: approx Hippie Green. HEX triplet: 69, 9E and 5E. RGB value is (105,158,94). Sum of RGB (Red+Green+Blue) = 105+158+94=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 158 - color contains mainly: green. Hex color #699E5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E5E is #9661A1. Grayscale: #878787. Windows color (decimal): -9855394 or 6200937. OLE color: 6200937.

HSL color Cylindrical-coordinate representation of color #699E5E: hue angle of 109.69º degrees, saturation: 0.25, 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 #699E5E is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB10515894-
CMYK0.3400.410.38
HSL109.69º25.4%49.41%-
HSV(B)109.69º40.51%61.96%-
XYZ20.0728.2714.99-
YUV134.86104.94106.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.41%
GREEN value IS 158 (62.11% from 255) = 44.26%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=29.41%
G=44.26%
B=26.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105158940.3400.410.38109.6925.449.41
Hex699E5E22029266e1931
Octal15123613642051461563161
Binary11010011001111010111101000100101001100110110111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,158,94); }

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

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

 a { background-color: rgb(105,158,94); }

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

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

 span { border-color: rgb(105,158,94); }

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