#688C33

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

Shades of Vida Loca #688C33

Tints of Vida Loca #688C33

Color information

#688C33 (or 0x688C33) is unknown color: approx Vida Loca. HEX triplet: 68, 8C and 33. RGB value is (104,140,51). Sum of RGB (Red+Green+Blue) = 104+140+51=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #688C33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688C33 is #9773CC. Grayscale: #777777. Windows color (decimal): -9925581 or 3378280. OLE color: 3378280.

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

Color convert

RGB10414051-
CMYK0.2600.640.45
HSL84.27º46.6%37.45%-
HSV(B)84.27º63.57%54.9%-
XYZ15.6821.946.54-
YUV119.0989.57117.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 140 (55.08% from 255) = 47.46%
BLUE value IS 51 (20.31% from 255) = 17.29%
R=35.25%
G=47.46%
B=17.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104140510.2600.640.4584.2746.637.45
Hex688C331A0402D542f25
Octal15021463320100551245745
Binary11010001000110011001111010010000001011011010100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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