#618C66

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

Shades of Laurel #618C66

Tints of Laurel #618C66

Color information

#618C66 (or 0x618C66) is unknown color: approx Laurel. HEX triplet: 61, 8C and 66. RGB value is (97,140,102). Sum of RGB (Red+Green+Blue) = 97+140+102=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 140 - color contains mainly: green. Hex color #618C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618C66 is #9E7399. Grayscale: #7A7A7A. Windows color (decimal): -10384282 or 6720609. OLE color: 6720609.

HSL color Cylindrical-coordinate representation of color #618C66: hue angle of 126.98º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #618C66 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB97140102-
CMYK0.3100.270.45
HSL126.98º18.14%46.47%-
HSV(B)126.98º30.71%54.9%-
XYZ16.7122.2615.99-
YUV122.81116.25109.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.61%
GREEN value IS 140 (55.08% from 255) = 41.30%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=28.61%
G=41.30%
B=30.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971401020.3100.270.45126.9818.1446.47
Hex618C661F01B2D7f122e
Octal14121414637033551772256
Binary110000110001100110011011111011011101101111111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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