#6D963C

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

Shades of Vida Loca #6D963C

Tints of Vida Loca #6D963C

Color information

#6D963C (or 0x6D963C) is unknown color: approx Vida Loca. HEX triplet: 6D, 96 and 3C. RGB value is (109,150,60). Sum of RGB (Red+Green+Blue) = 109+150+60=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #6D963C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D963C is #9269C3. Grayscale: #7F7F7F. Windows color (decimal): -9595332 or 3970669. OLE color: 3970669.

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

Color convert

RGB10915060-
CMYK0.2700.60.41
HSL87.33º42.86%41.18%-
HSV(B)87.33º60%58.82%-
XYZ18.0325.398.23-
YUV127.4889.92114.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.17%
GREEN value IS 150 (58.98% from 255) = 47.02%
BLUE value IS 60 (23.83% from 255) = 18.81%
R=34.17%
G=47.02%
B=18.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal109150600.2700.60.4187.3342.8641.18
Hex6D963C1B03C29572b29
Octal1552267433074511275351
Binary1101101100101101111001101101111001010011010111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,150,60); }

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

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

 a { background-color: rgb(109,150,60); }

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

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

 span { border-color: rgb(109,150,60); }

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