#6B9741

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

Shades of Vida Loca #6B9741

Tints of Vida Loca #6B9741

Color information

#6B9741 (or 0x6B9741) is unknown color: approx Vida Loca. HEX triplet: 6B, 97 and 41. RGB value is (107,151,65). Sum of RGB (Red+Green+Blue) = 107+151+65=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 151 - color contains mainly: green. Hex color #6B9741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9741 is #9468BE. Grayscale: #808080. Windows color (decimal): -9726143 or 4298603. OLE color: 4298603.

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

Color convert

RGB10715165-
CMYK0.2900.570.41
HSL90.7º39.81%42.35%-
HSV(B)90.7º56.95%59.22%-
XYZ18.0825.649-
YUV128.0492.42112.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.13%
GREEN value IS 151 (59.38% from 255) = 46.75%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=33.13%
G=46.75%
B=20.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal107151650.2900.570.4190.739.8142.35
Hex6B97411D039295b282a
Octal15322710135071511335052
Binary11010111001011110000011110101110011010011011011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,151,65); }

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

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

 a { background-color: rgb(107,151,65); }

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

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

 span { border-color: rgb(107,151,65); }

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