#689531

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

Shades of Vida Loca #689531

Tints of Vida Loca #689531

Color information

#689531 (or 0x689531) is unknown color: approx Vida Loca. HEX triplet: 68, 95 and 31. RGB value is (104,149,49). Sum of RGB (Red+Green+Blue) = 104+149+49=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #689531 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689531 is #976ACE. Grayscale: #7C7C7C. Windows color (decimal): -9923279 or 3249512. OLE color: 3249512.

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

Color convert

RGB10414949-
CMYK0.3000.670.42
HSL87º50.51%38.82%-
HSV(B)87º67.11%58.43%-
XYZ17.0124.666.77-
YUV124.1485.59113.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.44%
GREEN value IS 149 (58.59% from 255) = 49.34%
BLUE value IS 49 (19.53% from 255) = 16.23%
R=34.44%
G=49.34%
B=16.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104149490.3000.670.428750.5138.82
Hex6895311E0432A573327
Octal15022561360103521276347
Binary11010001001010111000111110010000111010101010111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689531; }

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

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

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

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

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

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

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

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