#688C34

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

Shades of Vida Loca #688C34

Tints of Vida Loca #688C34

Color information

#688C34 (or 0x688C34) is unknown color: approx Vida Loca. HEX triplet: 68, 8C and 34. RGB value is (104,140,52). Sum of RGB (Red+Green+Blue) = 104+140+52=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #688C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688C34 is #9773CB. Grayscale: #777777. Windows color (decimal): -9925580 or 3443816. OLE color: 3443816.

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

Color convert

RGB10414052-
CMYK0.2600.630.45
HSL84.55º45.83%37.65%-
HSV(B)84.55º62.86%54.9%-
XYZ15.7121.956.66-
YUV119.290.07117.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.14%
GREEN value IS 140 (55.08% from 255) = 47.30%
BLUE value IS 52 (20.70% from 255) = 17.57%
R=35.14%
G=47.30%
B=17.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104140520.2600.630.4584.5545.8337.65
Hex688C341A03F2D552e26
Octal1502146432077551255646
Binary1101000100011001101001101001111111011011010101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,140,52); }

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

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

 a { background-color: rgb(104,140,52); }

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

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

 span { border-color: rgb(104,140,52); }

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