#688938

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

Shades of Vida Loca #688938

Tints of Vida Loca #688938

Color information

#688938 (or 0x688938) is unknown color: approx Vida Loca. HEX triplet: 68, 89 and 38. RGB value is (104,137,56). Sum of RGB (Red+Green+Blue) = 104+137+56=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #688938 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688938 is #9776C7. Grayscale: #767676. Windows color (decimal): -9926344 or 3705192. OLE color: 3705192.

HSL color Cylindrical-coordinate representation of color #688938: hue angle of 84.44º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #688938 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB10413756-
CMYK0.2400.590.46
HSL84.44º41.97%37.84%-
HSV(B)84.44º59.12%53.73%-
XYZ15.3721.127.01-
YUV117.993.07118.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 56 (22.27% from 255) = 18.86%
R=35.02%
G=46.13%
B=18.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104137560.2400.590.4684.4441.9737.84
Hex6889381803B2E542a26
Octal1502117030073561245246
Binary1101000100010011110001100001110111011101010100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688938; }

 p { color: rgb(104,137,56); }

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

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

 a { background-color: rgb(104,137,56); }

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

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

 span { border-color: rgb(104,137,56); }

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