#6D9438

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

Shades of Vida Loca #6D9438

Tints of Vida Loca #6D9438

Color information

#6D9438 (or 0x6D9438) is unknown color: approx Vida Loca. HEX triplet: 6D, 94 and 38. RGB value is (109,148,56). Sum of RGB (Red+Green+Blue) = 109+148+56=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #6D9438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9438 is #926BC7. Grayscale: #7E7E7E. Windows color (decimal): -9595848 or 3708013. OLE color: 3708013.

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

Color convert

RGB10914856-
CMYK0.2600.620.42
HSL85.43º45.1%40%-
HSV(B)85.43º62.16%58.04%-
XYZ17.6124.727.58-
YUV125.8588.58115.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.82%
GREEN value IS 148 (58.20% from 255) = 47.28%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=34.82%
G=47.28%
B=17.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109148560.2600.620.4285.4345.140
Hex6D94381A03E2A552d28
Octal1552247032076521255550
Binary1101101100101001110001101001111101010101010101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,148,56); }

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

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

 a { background-color: rgb(109,148,56); }

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

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

 span { border-color: rgb(109,148,56); }

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