#6C963E

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

Shades of Vida Loca #6C963E

Tints of Vida Loca #6C963E

Color information

#6C963E (or 0x6C963E) is unknown color: approx Vida Loca. HEX triplet: 6C, 96 and 3E. RGB value is (108,150,62). Sum of RGB (Red+Green+Blue) = 108+150+62=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #6C963E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C963E is #9369C1. Grayscale: #7F7F7F. Windows color (decimal): -9660866 or 4101740. OLE color: 4101740.

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

Color convert

RGB10815062-
CMYK0.2800.590.41
HSL88.64º41.51%41.57%-
HSV(B)88.64º58.67%58.82%-
XYZ17.9625.358.5-
YUV127.4191.09114.16-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.75%
GREEN value IS 150 (58.98% from 255) = 46.88%
BLUE value IS 62 (24.61% from 255) = 19.38%
R=33.75%
G=46.88%
B=19.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal108150620.2800.590.4188.6441.5141.57
Hex6C963E1C03B29592a2a
Octal1542267634073511315252
Binary1101100100101101111101110001110111010011011001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C963E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,150,62); }

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

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

 a { background-color: rgb(108,150,62); }

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

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

 span { border-color: rgb(108,150,62); }

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