#6A963E

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

Shades of Vida Loca #6A963E

Tints of Vida Loca #6A963E

Color information

#6A963E (or 0x6A963E) is unknown color: approx Vida Loca. HEX triplet: 6A, 96 and 3E. RGB value is (106,150,62). Sum of RGB (Red+Green+Blue) = 106+150+62=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #6A963E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A963E is #9569C1. Grayscale: #7F7F7F. Windows color (decimal): -9791938 or 4101738. OLE color: 4101738.

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

Color convert

RGB10615062-
CMYK0.2900.590.41
HSL90º41.51%41.57%-
HSV(B)90º58.67%58.82%-
XYZ17.7225.228.49-
YUV126.8191.42113.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.33%
GREEN value IS 150 (58.98% from 255) = 47.17%
BLUE value IS 62 (24.61% from 255) = 19.50%
R=33.33%
G=47.17%
B=19.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal106150620.2900.590.419041.5141.57
Hex6A963E1D03B295a2a2a
Octal1522267635073511325252
Binary1101010100101101111101110101110111010011011010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A963E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,150,62); }

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

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

 a { background-color: rgb(106,150,62); }

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

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

 span { border-color: rgb(106,150,62); }

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