#617F31

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

Shades of Vida Loca #617F31

Tints of Vida Loca #617F31

Color information

#617F31 (or 0x617F31) is unknown color: approx Vida Loca. HEX triplet: 61, 7F and 31. RGB value is (97,127,49). Sum of RGB (Red+Green+Blue) = 97+127+49=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #617F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617F31 is #9E80CE. Grayscale: #6D6D6D. Windows color (decimal): -10387663 or 3243873. OLE color: 3243873.

HSL color Cylindrical-coordinate representation of color #617F31: hue angle of 83.08º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #617F31 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB9712749-
CMYK0.2400.610.50
HSL83.08º44.32%34.51%-
HSV(B)83.08º61.42%49.8%-
XYZ13.0717.945.68-
YUV109.1494.06119.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 127 (50% from 255) = 46.52%
BLUE value IS 49 (19.53% from 255) = 17.95%
R=35.53%
G=46.52%
B=17.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97127490.2400.610.5083.0844.3234.51
Hex617F311803D32532c23
Octal1411776130075621235443
Binary110000111111111100011100001111011100101010011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617F31; }

 p { color: rgb(97,127,49); }

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

<style>
 a { background-color: #617F31; }

 a { background-color: rgb(97,127,49); }

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

<style>
 span { border-color: #617F31; }

 span { border-color: rgb(97,127,49); }

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