#689331

Color #689331 Vida Loca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vida Loca #689331

Tints of Vida Loca #689331

Color information

#689331 (or 0x689331) is unknown color: approx Vida Loca. HEX triplet: 68, 93 and 31. RGB value is (104,147,49). Sum of RGB (Red+Green+Blue) = 104+147+49=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #689331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689331 is #976CCE. Grayscale: #7B7B7B. Windows color (decimal): -9923791 or 3249000. OLE color: 3249000.

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

Color convert

RGB10414749-
CMYK0.2900.670.42
HSL86.33º50%38.43%-
HSV(B)86.33º66.67%57.65%-
XYZ16.724.036.66-
YUV122.9786.25114.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.67%
GREEN value IS 147 (57.81% from 255) = 49%
BLUE value IS 49 (19.53% from 255) = 16.33%
R=34.67%
G=49%
B=16.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104147490.2900.670.4286.335038.43
Hex6893311D0432A563226
Octal15022361350103521266246
Binary11010001001001111000111101010000111010101010110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689331; }

 p { color: rgb(104,147,49); }

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

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

 a { background-color: rgb(104,147,49); }

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

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

 span { border-color: rgb(104,147,49); }

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