#688D32

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

Shades of Vida Loca #688D32

Tints of Vida Loca #688D32

Color information

#688D32 (or 0x688D32) is unknown color: approx Vida Loca. HEX triplet: 68, 8D and 32. RGB value is (104,141,50). Sum of RGB (Red+Green+Blue) = 104+141+50=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #688D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688D32 is #9772CD. Grayscale: #777777. Windows color (decimal): -9925326 or 3313000. OLE color: 3313000.

HSL color Cylindrical-coordinate representation of color #688D32: hue angle of 84.4º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #688D32 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB10414150-
CMYK0.2600.650.45
HSL84.4º47.64%37.45%-
HSV(B)84.4º64.54%55.29%-
XYZ15.8122.226.47-
YUV119.5688.74116.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 141 (55.47% from 255) = 47.80%
BLUE value IS 50 (19.92% from 255) = 16.95%
R=35.25%
G=47.80%
B=16.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104141500.2600.650.4584.447.6437.45
Hex688D321A0412D543025
Octal15021562320101551246045
Binary11010001000110111001011010010000011011011010100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,141,50); }

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

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

 a { background-color: rgb(104,141,50); }

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

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

 span { border-color: rgb(104,141,50); }

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