#618067

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

Shades of Laurel #618067

Tints of Laurel #618067

Color information

#618067 (or 0x618067) is unknown color: approx Laurel. HEX triplet: 61, 80 and 67. RGB value is (97,128,103). Sum of RGB (Red+Green+Blue) = 97+128+103=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 128 - color contains mainly: green. Hex color #618067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618067 is #9E7F98. Grayscale: #737373. Windows color (decimal): -10387353 or 6783073. OLE color: 6783073.

HSL color Cylindrical-coordinate representation of color #618067: hue angle of 131.61º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #618067 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB97128103-
CMYK0.2400.200.50
HSL131.61º13.78%44.12%-
HSV(B)131.61º24.22%50.2%-
XYZ15.118.9615.7-
YUV115.88120.73114.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.57%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 103 (40.62% from 255) = 31.40%
R=29.57%
G=39.02%
B=31.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971281030.2400.200.50131.6113.7844.12
Hex618067180143284e2c
Octal14120014730024622041654
Binary110000110000000110011111000010100110010100001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618067; }

 p { color: rgb(97,128,103); }

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

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

 a { background-color: rgb(97,128,103); }

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

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

 span { border-color: rgb(97,128,103); }

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