#6B9540

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

Shades of Vida Loca #6B9540

Tints of Vida Loca #6B9540

Color information

#6B9540 (or 0x6B9540) is unknown color: approx Vida Loca. HEX triplet: 6B, 95 and 40. RGB value is (107,149,64). Sum of RGB (Red+Green+Blue) = 107+149+64=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #6B9540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9540 is #946ABF. Grayscale: #7F7F7F. Windows color (decimal): -9726656 or 4232555. OLE color: 4232555.

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

Color convert

RGB10714964-
CMYK0.2800.570.42
HSL89.65º39.91%41.76%-
HSV(B)89.65º57.05%58.43%-
XYZ17.7424.998.74-
YUV126.7592.59113.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.44%
GREEN value IS 149 (58.59% from 255) = 46.56%
BLUE value IS 64 (25.39% from 255) = 20%
R=33.44%
G=46.56%
B=20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107149640.2800.570.4289.6539.9141.76
Hex6B95401C0392A5a282a
Octal15322510034071521325052
Binary11010111001010110000001110001110011010101011010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,149,64); }

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

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

 a { background-color: rgb(107,149,64); }

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

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

 span { border-color: rgb(107,149,64); }

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