#699D61

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

Shades of Hippie Green #699D61

Tints of Hippie Green #699D61

Color information

#699D61 (or 0x699D61) is unknown color: approx Hippie Green. HEX triplet: 69, 9D and 61. RGB value is (105,157,97). Sum of RGB (Red+Green+Blue) = 105+157+97=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #699D61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D61 is #96629E. Grayscale: #868686. Windows color (decimal): -9855647 or 6397289. OLE color: 6397289.

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

Color convert

RGB10515797-
CMYK0.3300.380.38
HSL112º23.62%49.8%-
HSV(B)112º38.22%61.57%-
XYZ20.0427.9815.65-
YUV134.61106.77106.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 157 (61.72% from 255) = 43.73%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=29.25%
G=43.73%
B=27.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105157970.3300.380.3811223.6249.8
Hex699D612102626701832
Octal15123514141046461603062
Binary11010011001110111000011000010100110100110111000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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