#6C8E3C

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

Shades of Vida Loca #6C8E3C

Tints of Vida Loca #6C8E3C

Color information

#6C8E3C (or 0x6C8E3C) is unknown color: approx Vida Loca. HEX triplet: 6C, 8E and 3C. RGB value is (108,142,60). Sum of RGB (Red+Green+Blue) = 108+142+60=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #6C8E3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8E3C is #9371C3. Grayscale: #7A7A7A. Windows color (decimal): -9662916 or 3968620. OLE color: 3968620.

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

Color convert

RGB10814260-
CMYK0.2400.580.44
HSL84.88º40.59%39.61%-
HSV(B)84.88º57.75%55.69%-
XYZ16.6722.867.81-
YUV122.4992.74117.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.84%
GREEN value IS 142 (55.86% from 255) = 45.81%
BLUE value IS 60 (23.83% from 255) = 19.35%
R=34.84%
G=45.81%
B=19.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108142600.2400.580.4484.8840.5939.61
Hex6C8E3C1803A2C552928
Octal1542167430072541255150
Binary1101100100011101111001100001110101011001010101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,142,60); }

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

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

 a { background-color: rgb(108,142,60); }

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

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

 span { border-color: rgb(108,142,60); }

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