Shades of Vida Loca #6C923A
Tints of Vida Loca #6C923A
RGB
CMYK
RGB Variations
Color information
#6C923A (or 0x6C923A) is known color: Vida Loca. HEX triplet: 6C, 92 and 3A. RGB value is (108,146,58). Sum of RGB (Red+Green+Blue) = 108+146+58=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #6C923A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C923A is #936DC5. Grayscale: #7C7C7C. Windows color (decimal): -9661894 or 3838572. OLE color: 3838572.
HSL color Cylindrical-coordinate representation of color #6C923A: hue angle of 85.91º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C923A is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 146 | 58 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.43 |
| HSL | 85.91º | 0.43% | 0.4% | - |
| HSV(B) | 85.91º | 0.6% | 0.57% | - |
| XYZ | 17.23 | 24.05 | 7.74 | - |
| YUV | 124.61 | 90.41 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 146 | 58 | 0.26 | 0 | 0.60 | 0.43 | 85.91 | 0.43 | 0.4 |
| Hex | 6C | 92 | 3A | 1A | 0 | 3C | 2B | 56 | 2B | 28 |
| Octal | 154 | 222 | 72 | 32 | 0 | 74 | 53 | 126 | 53 | 50 |
| Binary | 1101100 | 10010010 | 111010 | 11010 | 0 | 111100 | 101011 | 1010110 | 101011 | 101000 |
Color Harmonies of #6C923A
Complementary color
Monochromatic Colors of #6C923A
Black with #6C923A
Text Example
Text Example
White with #6C923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C923A; }
p { color: rgb(108,146,58); }
H1.HeaderClassName
{
color: #6C923A;
}
.AnyTagClassName
{
color: #6C923A;
}
</style>
background-color css
<style>
a { background-color: #6C923A; }
a { background-color: rgb(108,146,58); }
div.DivClassName
{
background-color: #6C923A;
}
.BgClassName
{
background-color: #6C923A;
}
</style>
border-color css
<style>
span { border-color: #6C923A; }
span { border-color: rgb(108,146,58); }
td.TdClassName
{
border-color: #6C923A;
}
.TagClassName
{
border-color: #6C923A;
}
</style>