#6C953E

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

Shades of Vida Loca #6C953E

Tints of Vida Loca #6C953E

Color information

#6C953E (or 0x6C953E) is unknown color: approx Vida Loca. HEX triplet: 6C, 95 and 3E. RGB value is (108,149,62). Sum of RGB (Red+Green+Blue) = 108+149+62=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #6C953E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C953E is #936AC1. Grayscale: #7F7F7F. Windows color (decimal): -9661122 or 4101484. OLE color: 4101484.

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

Color convert

RGB10814962-
CMYK0.2800.580.42
HSL88.28º41.23%41.37%-
HSV(B)88.28º58.39%58.43%-
XYZ17.825.038.45-
YUV126.8291.42114.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.86%
GREEN value IS 149 (58.59% from 255) = 46.71%
BLUE value IS 62 (24.61% from 255) = 19.44%
R=33.86%
G=46.71%
B=19.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108149620.2800.580.4288.2841.2341.37
Hex6C953E1C03A2A582929
Octal1542257634072521305151
Binary1101100100101011111101110001110101010101011000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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