#6C9540

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

Shades of Vida Loca #6C9540

Tints of Vida Loca #6C9540

Color information

#6C9540 (or 0x6C9540) is unknown color: approx Vida Loca. HEX triplet: 6C, 95 and 40. RGB value is (108,149,64). Sum of RGB (Red+Green+Blue) = 108+149+64=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #6C9540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9540 is #936ABF. Grayscale: #7F7F7F. Windows color (decimal): -9661120 or 4232556. OLE color: 4232556.

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

Color convert

RGB10814964-
CMYK0.2800.570.42
HSL88.94º39.91%41.76%-
HSV(B)88.94º57.05%58.43%-
XYZ17.8625.058.75-
YUV127.0592.42114.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.64%
GREEN value IS 149 (58.59% from 255) = 46.42%
BLUE value IS 64 (25.39% from 255) = 19.94%
R=33.64%
G=46.42%
B=19.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108149640.2800.570.4288.9439.9141.76
Hex6C95401C0392A59282a
Octal15422510034071521315052
Binary11011001001010110000001110001110011010101011001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,149,64); }

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

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

 a { background-color: rgb(108,149,64); }

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

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

 span { border-color: rgb(108,149,64); }

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