#6D9537

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

Shades of Vida Loca #6D9537

Tints of Vida Loca #6D9537

Color information

#6D9537 (or 0x6D9537) is unknown color: approx Vida Loca. HEX triplet: 6D, 95 and 37. RGB value is (109,149,55). Sum of RGB (Red+Green+Blue) = 109+149+55=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #6D9537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9537 is #926AC8. Grayscale: #7E7E7E. Windows color (decimal): -9595593 or 3642733. OLE color: 3642733.

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

Color convert

RGB10914955-
CMYK0.2700.630.42
HSL85.53º46.08%40%-
HSV(B)85.53º63.09%58.43%-
XYZ17.7425.027.51-
YUV126.3287.75115.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.82%
GREEN value IS 149 (58.59% from 255) = 47.60%
BLUE value IS 55 (21.88% from 255) = 17.57%
R=34.82%
G=47.60%
B=17.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109149550.2700.630.4285.5346.0840
Hex6D95371B03F2A562e28
Octal1552256733077521265650
Binary1101101100101011101111101101111111010101010110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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