#6B9136

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

Shades of Vida Loca #6B9136

Tints of Vida Loca #6B9136

Color information

#6B9136 (or 0x6B9136) is unknown color: approx Vida Loca. HEX triplet: 6B, 91 and 36. RGB value is (107,145,54). Sum of RGB (Red+Green+Blue) = 107+145+54=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #6B9136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9136 is #946EC9. Grayscale: #7B7B7B. Windows color (decimal): -9727690 or 3576171. OLE color: 3576171.

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

Color convert

RGB10714554-
CMYK0.2600.630.43
HSL85.05º45.73%39.02%-
HSV(B)85.05º62.76%56.86%-
XYZ16.8523.647.17-
YUV123.2688.91116.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.97%
GREEN value IS 145 (57.03% from 255) = 47.39%
BLUE value IS 54 (21.48% from 255) = 17.65%
R=34.97%
G=47.39%
B=17.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107145540.2600.630.4385.0545.7339.02
Hex6B91361A03F2B552e27
Octal1532216632077531255647
Binary1101011100100011101101101001111111010111010101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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