#6C983D

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

Shades of Vida Loca #6C983D

Tints of Vida Loca #6C983D

Color information

#6C983D (or 0x6C983D) is unknown color: approx Vida Loca. HEX triplet: 6C, 98 and 3D. RGB value is (108,152,61). Sum of RGB (Red+Green+Blue) = 108+152+61=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #6C983D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C983D is #9367C2. Grayscale: #808080. Windows color (decimal): -9660355 or 4036716. OLE color: 4036716.

HSL color Cylindrical-coordinate representation of color #6C983D: hue angle of 89.01º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C983D is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB10815261-
CMYK0.2900.600.40
HSL89.01º42.72%41.76%-
HSV(B)89.01º59.87%59.61%-
XYZ18.2525.988.47-
YUV128.4789.92113.4-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.64%
GREEN value IS 152 (59.77% from 255) = 47.35%
BLUE value IS 61 (24.22% from 255) = 19.00%
R=33.64%
G=47.35%
B=19.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal108152610.2900.600.4089.0142.7241.76
Hex6C983D1D03C28592b2a
Octal1542307535074501315352
Binary1101100100110001111011110101111001010001011001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C983D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,152,61); }

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

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

 a { background-color: rgb(108,152,61); }

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

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

 span { border-color: rgb(108,152,61); }

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