#6D953D

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

Shades of Vida Loca #6D953D

Tints of Vida Loca #6D953D

Color information

#6D953D (or 0x6D953D) is unknown color: approx Vida Loca. HEX triplet: 6D, 95 and 3D. RGB value is (109,149,61). Sum of RGB (Red+Green+Blue) = 109+149+61=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #6D953D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D953D is #926AC2. Grayscale: #7F7F7F. Windows color (decimal): -9595587 or 4035949. OLE color: 4035949.

HSL color Cylindrical-coordinate representation of color #6D953D: hue angle of 87.27º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D953D is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB10914961-
CMYK0.2700.590.42
HSL87.27º41.9%41.18%-
HSV(B)87.27º59.06%58.43%-
XYZ17.925.088.31-
YUV127.0190.75115.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.17%
GREEN value IS 149 (58.59% from 255) = 46.71%
BLUE value IS 61 (24.22% from 255) = 19.12%
R=34.17%
G=46.71%
B=19.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109149610.2700.590.4287.2741.941.18
Hex6D953D1B03B2A572a29
Octal1552257533073521275251
Binary1101101100101011111011101101110111010101010111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D953D; }

 p { color: rgb(109,149,61); }

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

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

 a { background-color: rgb(109,149,61); }

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

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

 span { border-color: rgb(109,149,61); }

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