#699461

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

Shades of Hippie Green #699461

Tints of Hippie Green #699461

Color information

#699461 (or 0x699461) is unknown color: approx Hippie Green. HEX triplet: 69, 94 and 61. RGB value is (105,148,97). Sum of RGB (Red+Green+Blue) = 105+148+97=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #699461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699461 is #966B9E. Grayscale: #818181. Windows color (decimal): -9857951 or 6394985. OLE color: 6394985.

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

Color convert

RGB10514897-
CMYK0.2900.340.42
HSL110.59º20.82%48.04%-
HSV(B)110.59º34.46%58.04%-
XYZ18.5725.0515.16-
YUV129.33109.75110.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30%
GREEN value IS 148 (58.20% from 255) = 42.29%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=30%
G=42.29%
B=27.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105148970.2900.340.42110.5920.8248.04
Hex6994611D0222A6f1530
Octal15122414135042521572560
Binary1101001100101001100001111010100010101010110111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699461; }

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

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

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

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

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

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

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

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