#6B963D

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

Shades of Vida Loca #6B963D

Tints of Vida Loca #6B963D

Color information

#6B963D (or 0x6B963D) is unknown color: approx Vida Loca. HEX triplet: 6B, 96 and 3D. RGB value is (107,150,61). Sum of RGB (Red+Green+Blue) = 107+150+61=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #6B963D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B963D is #9469C2. Grayscale: #7F7F7F. Windows color (decimal): -9726403 or 4036203. OLE color: 4036203.

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

Color convert

RGB10715061-
CMYK0.2900.590.41
HSL88.99º42.18%41.37%-
HSV(B)88.99º59.33%58.82%-
XYZ17.8125.288.35-
YUV12790.75113.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.65%
GREEN value IS 150 (58.98% from 255) = 47.17%
BLUE value IS 61 (24.22% from 255) = 19.18%
R=33.65%
G=47.17%
B=19.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal107150610.2900.590.4188.9942.1841.37
Hex6B963D1D03B29592a29
Octal1532267535073511315251
Binary1101011100101101111011110101110111010011011001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B963D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,150,61); }

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

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

 a { background-color: rgb(107,150,61); }

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

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

 span { border-color: rgb(107,150,61); }

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