#618A68

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

Shades of Laurel #618A68

Tints of Laurel #618A68

Color information

#618A68 (or 0x618A68) is unknown color: approx Laurel. HEX triplet: 61, 8A and 68. RGB value is (97,138,104). Sum of RGB (Red+Green+Blue) = 97+138+104=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 138 - color contains mainly: green. Hex color #618A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618A68 is #9E7597. Grayscale: #797979. Windows color (decimal): -10384792 or 6851169. OLE color: 6851169.

HSL color Cylindrical-coordinate representation of color #618A68: hue angle of 130.24º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #618A68 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB97138104-
CMYK0.3000.250.46
HSL130.24º17.45%46.08%-
HSV(B)130.24º29.71%54.12%-
XYZ16.5221.7216.42-
YUV121.86117.92110.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.61%
GREEN value IS 138 (54.30% from 255) = 40.71%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=28.61%
G=40.71%
B=30.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971381040.3000.250.46130.2417.4546.08
Hex618A681E0192E82112e
Octal14121215036031562022156
Binary1100001100010101101000111100110011011101000001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618A68; }

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

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

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

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

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

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

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

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