#618168

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

Shades of Laurel #618168

Tints of Laurel #618168

Color information

#618168 (or 0x618168) is unknown color: approx Laurel. HEX triplet: 61, 81 and 68. RGB value is (97,129,104). Sum of RGB (Red+Green+Blue) = 97+129+104=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #618168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618168 is #9E7E97. Grayscale: #747474. Windows color (decimal): -10387096 or 6848865. OLE color: 6848865.

HSL color Cylindrical-coordinate representation of color #618168: hue angle of 133.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #618168 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB97129104-
CMYK0.2500.190.49
HSL133.12º14.16%44.31%-
HSV(B)133.12º24.81%50.59%-
XYZ15.2819.2416.01-
YUV116.58120.9114.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.39%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 104 (41.02% from 255) = 31.52%
R=29.39%
G=39.09%
B=31.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971291040.2500.190.49133.1214.1644.31
Hex618168190133185e2c
Octal14120115031023612051654
Binary110000110000001110100011001010011110001100001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618168; }

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

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

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

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

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

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

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

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