#689639

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

Shades of Vida Loca #689639

Tints of Vida Loca #689639

Color information

#689639 (or 0x689639) is unknown color: approx Vida Loca. HEX triplet: 68, 96 and 39. RGB value is (104,150,57). Sum of RGB (Red+Green+Blue) = 104+150+57=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #689639 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689639 is #9769C6. Grayscale: #7D7D7D. Windows color (decimal): -9923015 or 3774056. OLE color: 3774056.

HSL color Cylindrical-coordinate representation of color #689639: hue angle of 89.68º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #689639 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB10415057-
CMYK0.3100.620.41
HSL89.68º44.93%40.59%-
HSV(B)89.68º62%58.82%-
XYZ17.3525.057.79-
YUV125.6489.26112.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 150 (58.98% from 255) = 48.23%
BLUE value IS 57 (22.66% from 255) = 18.33%
R=33.44%
G=48.23%
B=18.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104150570.3100.620.4189.6844.9340.59
Hex6896391F03E295a2d29
Octal1502267137076511325551
Binary1101000100101101110011111101111101010011011010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689639; }

 p { color: rgb(104,150,57); }

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

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

 a { background-color: rgb(104,150,57); }

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

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

 span { border-color: rgb(104,150,57); }

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