#6C963A

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

Shades of Vida Loca #6C963A

Tints of Vida Loca #6C963A

Color information

#6C963A (or 0x6C963A) is unknown color: approx Vida Loca. HEX triplet: 6C, 96 and 3A. RGB value is (108,150,58). Sum of RGB (Red+Green+Blue) = 108+150+58=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #6C963A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C963A is #9369C5. Grayscale: #7F7F7F. Windows color (decimal): -9660870 or 3839596. OLE color: 3839596.

HSL color Cylindrical-coordinate representation of color #6C963A: hue angle of 87.39º 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 #6C963A is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB10815058-
CMYK0.2800.610.41
HSL87.39º44.23%40.78%-
HSV(B)87.39º61.33%58.82%-
XYZ17.8525.317.95-
YUV126.9589.09114.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.18%
GREEN value IS 150 (58.98% from 255) = 47.47%
BLUE value IS 58 (23.05% from 255) = 18.35%
R=34.18%
G=47.47%
B=18.35%

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
Decimal108150580.2800.610.4187.3944.2340.78
Hex6C963A1C03D29572c29
Octal1542267234075511275451
Binary1101100100101101110101110001111011010011010111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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