#6D913E

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

Shades of Vida Loca #6D913E

Tints of Vida Loca #6D913E

Color information

#6D913E (or 0x6D913E) is unknown color: approx Vida Loca. HEX triplet: 6D, 91 and 3E. RGB value is (109,145,62). Sum of RGB (Red+Green+Blue) = 109+145+62=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #6D913E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D913E is #926EC1. Grayscale: #7D7D7D. Windows color (decimal): -9596610 or 4100461. OLE color: 4100461.

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

Color convert

RGB10914562-
CMYK0.2500.570.43
HSL86.02º40.1%40.59%-
HSV(B)86.02º57.24%56.86%-
XYZ17.323.858.25-
YUV124.7792.57116.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.49%
GREEN value IS 145 (57.03% from 255) = 45.89%
BLUE value IS 62 (24.61% from 255) = 19.62%
R=34.49%
G=45.89%
B=19.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109145620.2500.570.4386.0240.140.59
Hex6D913E190392B562829
Octal1552217631071531265051
Binary1101101100100011111101100101110011010111010110101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,145,62); }

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

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

 a { background-color: rgb(109,145,62); }

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

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

 span { border-color: rgb(109,145,62); }

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