#618569

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

Shades of Laurel #618569

Tints of Laurel #618569

Color information

#618569 (or 0x618569) is unknown color: approx Laurel. HEX triplet: 61, 85 and 69. RGB value is (97,133,105). Sum of RGB (Red+Green+Blue) = 97+133+105=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #618569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618569 is #9E7A96. Grayscale: #777777. Windows color (decimal): -10386071 or 6915425. OLE color: 6915425.

HSL color Cylindrical-coordinate representation of color #618569: hue angle of 133.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #618569 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB97133105-
CMYK0.2700.210.48
HSL133.33º15.65%45.1%-
HSV(B)133.33º27.07%52.16%-
XYZ15.8720.3416.45-
YUV119.04120.07112.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=28.96%
G=39.70%
B=31.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971331050.2700.210.48133.3315.6545.1
Hex6185691B0153085102d
Octal14120515133025602052055
Binary1100001100001011101001110110101011100001000010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618569; }

 p { color: rgb(97,133,105); }

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

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

 a { background-color: rgb(97,133,105); }

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

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

 span { border-color: rgb(97,133,105); }

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