#6C963B

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

Shades of Vida Loca #6C963B

Tints of Vida Loca #6C963B

Color information

#6C963B (or 0x6C963B) is unknown color: approx Vida Loca. HEX triplet: 6C, 96 and 3B. RGB value is (108,150,59). Sum of RGB (Red+Green+Blue) = 108+150+59=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #6C963B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C963B is #9369C4. Grayscale: #7F7F7F. Windows color (decimal): -9660869 or 3905132. OLE color: 3905132.

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

Color convert

RGB10815059-
CMYK0.2800.610.41
HSL87.69º43.54%40.98%-
HSV(B)87.69º60.67%58.82%-
XYZ17.8825.328.08-
YUV127.0789.59114.4-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.07%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 59 (23.44% from 255) = 18.61%
R=34.07%
G=47.32%
B=18.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal108150590.2800.610.4187.6943.5440.98
Hex6C963B1C03D29582c29
Octal1542267334075511305451
Binary1101100100101101110111110001111011010011011000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C963B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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