#618768

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

Shades of Laurel #618768

Tints of Laurel #618768

Color information

#618768 (or 0x618768) is unknown color: approx Laurel. HEX triplet: 61, 87 and 68. RGB value is (97,135,104). Sum of RGB (Red+Green+Blue) = 97+135+104=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #618768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618768 is #9E7897. Grayscale: #787878. Windows color (decimal): -10385560 or 6850401. OLE color: 6850401.

HSL color Cylindrical-coordinate representation of color #618768: hue angle of 131.05º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #618768 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB97135104-
CMYK0.2800.230.47
HSL131.05º16.38%45.49%-
HSV(B)131.05º28.15%52.94%-
XYZ16.0920.8716.28-
YUV120.1118.91111.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.87%
GREEN value IS 135 (53.12% from 255) = 40.18%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=28.87%
G=40.18%
B=30.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971351040.2800.230.47131.0516.3845.49
Hex6187681C0172F83102d
Octal14120715034027572032055
Binary1100001100001111101000111000101111011111000001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618768; }

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

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

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

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

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

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

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

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