#6B913C

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

Shades of Vida Loca #6B913C

Tints of Vida Loca #6B913C

Color information

#6B913C (or 0x6B913C) is unknown color: approx Vida Loca. HEX triplet: 6B, 91 and 3C. RGB value is (107,145,60). Sum of RGB (Red+Green+Blue) = 107+145+60=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #6B913C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B913C is #946EC3. Grayscale: #7C7C7C. Windows color (decimal): -9727684 or 3969387. OLE color: 3969387.

HSL color Cylindrical-coordinate representation of color #6B913C: hue angle of 86.82º degrees, saturation: 0.41, 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 #6B913C is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB10714560-
CMYK0.2600.590.43
HSL86.82º41.46%40.2%-
HSV(B)86.82º58.62%56.86%-
XYZ1723.77.95-
YUV123.9591.91115.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.29%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 60 (23.83% from 255) = 19.23%
R=34.29%
G=46.47%
B=19.23%

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
Decimal107145600.2600.590.4386.8241.4640.2
Hex6B913C1A03B2B572928
Octal1532217432073531275150
Binary1101011100100011111001101001110111010111010111101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B913C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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