#6C963F

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

Shades of Vida Loca #6C963F

Tints of Vida Loca #6C963F

Color information

#6C963F (or 0x6C963F) is unknown color: approx Vida Loca. HEX triplet: 6C, 96 and 3F. RGB value is (108,150,63). Sum of RGB (Red+Green+Blue) = 108+150+63=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #6C963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C963F is #9369C0. Grayscale: #7F7F7F. Windows color (decimal): -9660865 or 4167276. OLE color: 4167276.

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

Color convert

RGB10815063-
CMYK0.2800.580.41
HSL88.97º40.85%41.76%-
HSV(B)88.97º58%58.82%-
XYZ17.9925.368.65-
YUV127.5291.59114.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.64%
GREEN value IS 150 (58.98% from 255) = 46.73%
BLUE value IS 63 (25% from 255) = 19.63%
R=33.64%
G=46.73%
B=19.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal108150630.2800.580.4188.9740.8541.76
Hex6C963F1C03A2959292a
Octal1542267734072511315152
Binary1101100100101101111111110001110101010011011001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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