#617F64

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

Shades of Laurel #617F64

Tints of Laurel #617F64

Color information

#617F64 (or 0x617F64) is unknown color: approx Laurel. HEX triplet: 61, 7F and 64. RGB value is (97,127,100). Sum of RGB (Red+Green+Blue) = 97+127+100=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 127 - color contains mainly: green. Hex color #617F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617F64 is #9E809B. Grayscale: #737373. Windows color (decimal): -10387612 or 6586209. OLE color: 6586209.

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

Color convert

RGB97127100-
CMYK0.2400.210.50
HSL126º13.39%43.92%-
HSV(B)126º23.62%49.8%-
XYZ14.8218.6414.87-
YUV114.95119.56115.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.94%
GREEN value IS 127 (50% from 255) = 39.20%
BLUE value IS 100 (39.45% from 255) = 30.86%
R=29.94%
G=39.20%
B=30.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971271000.2400.210.5012613.3943.92
Hex617F6418015327ed2c
Octal14117714430025621761554
Binary1100001111111111001001100001010111001011111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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