#6D9535

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

Shades of Vida Loca #6D9535

Tints of Vida Loca #6D9535

Color information

#6D9535 (or 0x6D9535) is unknown color: approx Vida Loca. HEX triplet: 6D, 95 and 35. RGB value is (109,149,53). Sum of RGB (Red+Green+Blue) = 109+149+53=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #6D9535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9535 is #926ACA. Grayscale: #7E7E7E. Windows color (decimal): -9595595 or 3511661. OLE color: 3511661.

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

Color convert

RGB10914953-
CMYK0.2700.640.42
HSL85º47.52%39.61%-
HSV(B)85º64.43%58.43%-
XYZ17.7257.26-
YUV126.186.75115.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.05%
GREEN value IS 149 (58.59% from 255) = 47.91%
BLUE value IS 53 (21.09% from 255) = 17.04%
R=35.05%
G=47.91%
B=17.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109149530.2700.640.428547.5239.61
Hex6D95351B0402A553028
Octal15522565330100521256050
Binary11011011001010111010111011010000001010101010101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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