#699561

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

Shades of Hippie Green #699561

Tints of Hippie Green #699561

Color information

#699561 (or 0x699561) is unknown color: approx Hippie Green. HEX triplet: 69, 95 and 61. RGB value is (105,149,97). Sum of RGB (Red+Green+Blue) = 105+149+97=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #699561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699561 is #966A9E. Grayscale: #828282. Windows color (decimal): -9857695 or 6395241. OLE color: 6395241.

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

Color convert

RGB10514997-
CMYK0.3000.350.42
HSL110.77º21.14%48.24%-
HSV(B)110.77º34.9%58.43%-
XYZ18.7325.3615.22-
YUV129.92109.42110.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.91%
GREEN value IS 149 (58.59% from 255) = 42.45%
BLUE value IS 97 (38.28% from 255) = 27.64%
R=29.91%
G=42.45%
B=27.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105149970.3000.350.42110.7721.1448.24
Hex6995611E0232A6f1530
Octal15122514136043521572560
Binary1101001100101011100001111100100011101010110111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699561; }

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

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

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

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

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

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

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

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