#6C953F

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

Shades of Vida Loca #6C953F

Tints of Vida Loca #6C953F

Color information

#6C953F (or 0x6C953F) is unknown color: approx Vida Loca. HEX triplet: 6C, 95 and 3F. RGB value is (108,149,63). Sum of RGB (Red+Green+Blue) = 108+149+63=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #6C953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C953F is #936AC0. Grayscale: #7F7F7F. Windows color (decimal): -9661121 or 4167020. OLE color: 4167020.

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

Color convert

RGB10814963-
CMYK0.2800.580.42
HSL88.6º40.57%41.57%-
HSV(B)88.6º57.72%58.43%-
XYZ17.8325.048.6-
YUV126.9491.92114.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.75%
GREEN value IS 149 (58.59% from 255) = 46.56%
BLUE value IS 63 (25% from 255) = 19.69%
R=33.75%
G=46.56%
B=19.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108149630.2800.580.4288.640.5741.57
Hex6C953F1C03A2A59292a
Octal1542257734072521315152
Binary1101100100101011111111110001110101010101011001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,149,63); }

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

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

 a { background-color: rgb(108,149,63); }

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

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

 span { border-color: rgb(108,149,63); }

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