#6C953A

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

Shades of Vida Loca #6C953A

Tints of Vida Loca #6C953A

Color information

#6C953A (or 0x6C953A) is unknown color: approx Vida Loca. HEX triplet: 6C, 95 and 3A. RGB value is (108,149,58). Sum of RGB (Red+Green+Blue) = 108+149+58=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #6C953A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C953A is #936AC5. Grayscale: #7E7E7E. Windows color (decimal): -9661126 or 3839340. OLE color: 3839340.

HSL color Cylindrical-coordinate representation of color #6C953A: hue angle of 87.03º 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 #6C953A is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB10814958-
CMYK0.2800.610.42
HSL87.03º43.96%40.59%-
HSV(B)87.03º61.07%58.43%-
XYZ17.724.997.89-
YUV126.3789.42114.9-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.29%
GREEN value IS 149 (58.59% from 255) = 47.30%
BLUE value IS 58 (23.05% from 255) = 18.41%
R=34.29%
G=47.30%
B=18.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108149580.2800.610.4287.0343.9640.59
Hex6C953A1C03D2A572c29
Octal1542257234075521275451
Binary1101100100101011110101110001111011010101010111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C953A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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