#618868

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

Shades of Laurel #618868

Tints of Laurel #618868

Color information

#618868 (or 0x618868) is unknown color: approx Laurel. HEX triplet: 61, 88 and 68. RGB value is (97,136,104). Sum of RGB (Red+Green+Blue) = 97+136+104=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #618868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618868 is #9E7797. Grayscale: #787878. Windows color (decimal): -10385304 or 6850657. OLE color: 6850657.

HSL color Cylindrical-coordinate representation of color #618868: hue angle of 130.77º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #618868 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB97136104-
CMYK0.2900.240.47
HSL130.77º16.74%45.69%-
HSV(B)130.77º28.68%53.33%-
XYZ16.2321.1516.32-
YUV120.69118.58111.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.78%
GREEN value IS 136 (53.52% from 255) = 40.36%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=28.78%
G=40.36%
B=30.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971361040.2900.240.47130.7716.7445.69
Hex6188681D0182F83112e
Octal14121015035030572032156
Binary1100001100010001101000111010110001011111000001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618868; }

 p { color: rgb(97,136,104); }

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

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

 a { background-color: rgb(97,136,104); }

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

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

 span { border-color: rgb(97,136,104); }

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