#688E3C

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

Shades of Vida Loca #688E3C

Tints of Vida Loca #688E3C

Color information

#688E3C (or 0x688E3C) is unknown color: approx Vida Loca. HEX triplet: 68, 8E and 3C. RGB value is (104,142,60). Sum of RGB (Red+Green+Blue) = 104+142+60=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 142 - color contains mainly: green. Hex color #688E3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688E3C is #9771C3. Grayscale: #797979. Windows color (decimal): -9925060 or 3968616. OLE color: 3968616.

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

Color convert

RGB10414260-
CMYK0.2700.580.44
HSL87.8º40.59%39.61%-
HSV(B)87.8º57.75%55.69%-
XYZ16.222.627.79-
YUV121.2993.41115.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.99%
GREEN value IS 142 (55.86% from 255) = 46.41%
BLUE value IS 60 (23.83% from 255) = 19.61%
R=33.99%
G=46.41%
B=19.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104142600.2700.580.4487.840.5939.61
Hex688E3C1B03A2C582928
Octal1502167433072541305150
Binary1101000100011101111001101101110101011001011000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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