#619566

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

Shades of Laurel #619566

Tints of Laurel #619566

Color information

#619566 (or 0x619566) is unknown color: approx Laurel. HEX triplet: 61, 95 and 66. RGB value is (97,149,102). Sum of RGB (Red+Green+Blue) = 97+149+102=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #619566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619566 is #9E6A99. Grayscale: #808080. Windows color (decimal): -10381978 or 6722913. OLE color: 6722913.

HSL color Cylindrical-coordinate representation of color #619566: hue angle of 125.77º 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 #619566 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB97149102-
CMYK0.3500.320.42
HSL125.77º21.14%48.24%-
HSV(B)125.77º34.9%58.43%-
XYZ18.082516.44-
YUV128.09113.27105.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.87%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=27.87%
G=42.82%
B=29.31%

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
Decimal971491020.3500.320.42125.7721.1448.24
Hex619566230202A7e1530
Octal14122514643040521762560
Binary11000011001010111001101000110100000101010111111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619566; }

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

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

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

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

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

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

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

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