#618664

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

Shades of Laurel #618664

Tints of Laurel #618664

Color information

#618664 (or 0x618664) is unknown color: approx Laurel. HEX triplet: 61, 86 and 64. RGB value is (97,134,100). Sum of RGB (Red+Green+Blue) = 97+134+100=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #618664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618664 is #9E799B. Grayscale: #777777. Windows color (decimal): -10385820 or 6588001. OLE color: 6588001.

HSL color Cylindrical-coordinate representation of color #618664: hue angle of 124.86º 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 #618664 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB97134100-
CMYK0.2800.250.47
HSL124.86º16.02%45.29%-
HSV(B)124.86º27.61%52.55%-
XYZ15.7620.5115.19-
YUV119.06117.24112.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.31%
GREEN value IS 134 (52.73% from 255) = 40.48%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=29.31%
G=40.48%
B=30.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971341000.2800.250.47124.8616.0245.29
Hex6186641C0192F7d102d
Octal14120614434031571752055
Binary110000110000110110010011100011001101111111110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618664; }

 p { color: rgb(97,134,100); }

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

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

 a { background-color: rgb(97,134,100); }

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

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

 span { border-color: rgb(97,134,100); }

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