#6B913B

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

Shades of Vida Loca #6B913B

Tints of Vida Loca #6B913B

Color information

#6B913B (or 0x6B913B) is unknown color: approx Vida Loca. HEX triplet: 6B, 91 and 3B. RGB value is (107,145,59). Sum of RGB (Red+Green+Blue) = 107+145+59=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #6B913B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B913B is #946EC4. Grayscale: #7C7C7C. Windows color (decimal): -9727685 or 3903851. OLE color: 3903851.

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

Color convert

RGB10714559-
CMYK0.2600.590.43
HSL86.51º42.16%40%-
HSV(B)86.51º59.31%56.86%-
XYZ16.9823.697.82-
YUV123.8391.41115.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.41%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 59 (23.44% from 255) = 18.97%
R=34.41%
G=46.62%
B=18.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107145590.2600.590.4386.5142.1640
Hex6B913B1A03B2B572a28
Octal1532217332073531275250
Binary1101011100100011110111101001110111010111010111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,145,59); }

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

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

 a { background-color: rgb(107,145,59); }

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

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

 span { border-color: rgb(107,145,59); }

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