#688B34

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

Shades of Vida Loca #688B34

Tints of Vida Loca #688B34

Color information

#688B34 (or 0x688B34) is unknown color: approx Vida Loca. HEX triplet: 68, 8B and 34. RGB value is (104,139,52). Sum of RGB (Red+Green+Blue) = 104+139+52=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #688B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688B34 is #9774CB. Grayscale: #767676. Windows color (decimal): -9925836 or 3443560. OLE color: 3443560.

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

Color convert

RGB10413952-
CMYK0.2500.630.45
HSL84.14º45.55%37.45%-
HSV(B)84.14º62.59%54.51%-
XYZ15.5621.666.61-
YUV118.6290.4117.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 139 (54.69% from 255) = 47.12%
BLUE value IS 52 (20.70% from 255) = 17.63%
R=35.25%
G=47.12%
B=17.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104139520.2500.630.4584.1445.5537.45
Hex688B341903F2D542e25
Octal1502136431077551245645
Binary1101000100010111101001100101111111011011010100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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