#6B983B

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

Shades of Vida Loca #6B983B

Tints of Vida Loca #6B983B

Color information

#6B983B (or 0x6B983B) is unknown color: approx Vida Loca. HEX triplet: 6B, 98 and 3B. RGB value is (107,152,59). Sum of RGB (Red+Green+Blue) = 107+152+59=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #6B983B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B983B is #9467C4. Grayscale: #808080. Windows color (decimal): -9725893 or 3905643. OLE color: 3905643.

HSL color Cylindrical-coordinate representation of color #6B983B: hue angle of 89.03º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B983B is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB10715259-
CMYK0.3000.610.40
HSL89.03º44.08%41.37%-
HSV(B)89.03º61.18%59.61%-
XYZ18.0825.98.18-
YUV127.9489.09113.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.65%
GREEN value IS 152 (59.77% from 255) = 47.80%
BLUE value IS 59 (23.44% from 255) = 18.55%
R=33.65%
G=47.80%
B=18.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal107152590.3000.610.4089.0344.0841.37
Hex6B983B1E03D28592c29
Octal1532307336075501315451
Binary1101011100110001110111111001111011010001011001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B983B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,152,59); }

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

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

 a { background-color: rgb(107,152,59); }

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

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

 span { border-color: rgb(107,152,59); }

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