#619565

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

Shades of Laurel #619565

Tints of Laurel #619565

Color information

#619565 (or 0x619565) is unknown color: approx Laurel. HEX triplet: 61, 95 and 65. RGB value is (97,149,101). Sum of RGB (Red+Green+Blue) = 97+149+101=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #619565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619565 is #9E6A9A. Grayscale: #808080. Windows color (decimal): -10381979 or 6657377. OLE color: 6657377.

HSL color Cylindrical-coordinate representation of color #619565: hue angle of 124.62º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #619565 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB97149101-
CMYK0.3500.320.42
HSL124.62º21.14%48.24%-
HSV(B)124.62º34.9%58.43%-
XYZ18.0324.9816.18-
YUV127.98112.77105.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 149 (58.59% from 255) = 42.94%
BLUE value IS 101 (39.84% from 255) = 29.11%
R=27.95%
G=42.94%
B=29.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971491010.3500.320.42124.6221.1448.24
Hex619565230202A7d1530
Octal14122514543040521752560
Binary11000011001010111001011000110100000101010111110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619565; }

 p { color: rgb(97,149,101); }

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

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

 a { background-color: rgb(97,149,101); }

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

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

 span { border-color: rgb(97,149,101); }

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