#6A953A

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

Shades of Vida Loca #6A953A

Tints of Vida Loca #6A953A

Color information

#6A953A (or 0x6A953A) is unknown color: approx Vida Loca. HEX triplet: 6A, 95 and 3A. RGB value is (106,149,58). Sum of RGB (Red+Green+Blue) = 106+149+58=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #6A953A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A953A is #956AC5. Grayscale: #7E7E7E. Windows color (decimal): -9792198 or 3839338. OLE color: 3839338.

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

Color convert

RGB10614958-
CMYK0.2900.610.42
HSL88.35º43.96%40.59%-
HSV(B)88.35º61.07%58.43%-
XYZ17.4624.867.88-
YUV125.7789.75113.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.87%
GREEN value IS 149 (58.59% from 255) = 47.60%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=33.87%
G=47.60%
B=18.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106149580.2900.610.4288.3543.9640.59
Hex6A953A1D03D2A582c29
Octal1522257235075521305451
Binary1101010100101011110101110101111011010101011000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A953A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,149,58); }

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

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

 a { background-color: rgb(106,149,58); }

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

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

 span { border-color: rgb(106,149,58); }

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