#688D3C

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

Shades of Vida Loca #688D3C

Tints of Vida Loca #688D3C

Color information

#688D3C (or 0x688D3C) is unknown color: approx Vida Loca. HEX triplet: 68, 8D and 3C. RGB value is (104,141,60). Sum of RGB (Red+Green+Blue) = 104+141+60=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 141 - color contains mainly: green. Hex color #688D3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688D3C is #9772C3. Grayscale: #787878. Windows color (decimal): -9925316 or 3968360. OLE color: 3968360.

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

Color convert

RGB10414160-
CMYK0.2600.570.45
HSL87.41º40.3%39.41%-
HSV(B)87.41º57.45%55.29%-
XYZ16.0522.327.74-
YUV120.793.74116.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.10%
GREEN value IS 141 (55.47% from 255) = 46.23%
BLUE value IS 60 (23.83% from 255) = 19.67%
R=34.10%
G=46.23%
B=19.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104141600.2600.570.4587.4140.339.41
Hex688D3C1A0392D572827
Octal1502157432071551275047
Binary1101000100011011111001101001110011011011010111101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,141,60); }

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

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

 a { background-color: rgb(104,141,60); }

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

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

 span { border-color: rgb(104,141,60); }

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