#688E31

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

Shades of Vida Loca #688E31

Tints of Vida Loca #688E31

Color information

#688E31 (or 0x688E31) is unknown color: approx Vida Loca. HEX triplet: 68, 8E and 31. RGB value is (104,142,49). Sum of RGB (Red+Green+Blue) = 104+142+49=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 142 - color contains mainly: green. Hex color #688E31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688E31 is #9771CE. Grayscale: #787878. Windows color (decimal): -9925071 or 3247720. OLE color: 3247720.

HSL color Cylindrical-coordinate representation of color #688E31: hue angle of 84.52º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #688E31 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB10414249-
CMYK0.2700.650.44
HSL84.52º48.69%37.45%-
HSV(B)84.52º65.49%55.69%-
XYZ15.9422.516.41-
YUV120.0487.91116.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 142 (55.86% from 255) = 48.14%
BLUE value IS 49 (19.53% from 255) = 16.61%
R=35.25%
G=48.14%
B=16.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104142490.2700.650.4484.5248.6937.45
Hex688E311B0412C553125
Octal15021661330101541256145
Binary11010001000111011000111011010000011011001010101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688E31; }

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

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

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

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

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

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

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

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