#699C61

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

Shades of Hippie Green #699C61

Tints of Hippie Green #699C61

Color information

#699C61 (or 0x699C61) is unknown color: approx Hippie Green. HEX triplet: 69, 9C and 61. RGB value is (105,156,97). Sum of RGB (Red+Green+Blue) = 105+156+97=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 156 - color contains mainly: green. Hex color #699C61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699C61 is #96639E. Grayscale: #868686. Windows color (decimal): -9855903 or 6397033. OLE color: 6397033.

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

Color convert

RGB10515697-
CMYK0.3300.380.39
HSL111.86º23.32%49.61%-
HSV(B)111.86º37.82%61.18%-
XYZ19.8727.6415.6-
YUV134.02107.1107.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 156 (61.33% from 255) = 43.58%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=29.33%
G=43.58%
B=27.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105156970.3300.380.39111.8623.3249.61
Hex699C612102627701732
Octal15123414141046471602762
Binary11010011001110011000011000010100110100111111000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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