#6C9138

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

Shades of Vida Loca #6C9138

Tints of Vida Loca #6C9138

Color information

#6C9138 (or 0x6C9138) is unknown color: approx Vida Loca. HEX triplet: 6C, 91 and 38. RGB value is (108,145,56). Sum of RGB (Red+Green+Blue) = 108+145+56=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #6C9138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9138 is #936EC7. Grayscale: #7C7C7C. Windows color (decimal): -9662152 or 3707244. OLE color: 3707244.

HSL color Cylindrical-coordinate representation of color #6C9138: hue angle of 84.94º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C9138 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB10814556-
CMYK0.2600.610.43
HSL84.94º44.28%39.41%-
HSV(B)84.94º61.38%56.86%-
XYZ17.0223.727.42-
YUV123.7989.74116.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.95%
GREEN value IS 145 (57.03% from 255) = 46.93%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=34.95%
G=46.93%
B=18.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal108145560.2600.610.4384.9444.2839.41
Hex6C91381A03D2B552c27
Octal1542217032075531255447
Binary1101100100100011110001101001111011010111010101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,145,56); }

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

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

 a { background-color: rgb(108,145,56); }

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

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

 span { border-color: rgb(108,145,56); }

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